diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-12-20 16:42:10 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-12-20 16:42:10 +0200 |
| commit | 0075323e927c022322dbd6e3f6bbcebc05d06f4e (patch) | |
| tree | 65ff5c4919ec13fad3743385ba7d18f16b48af99 /Software/Visual_Studio/Tango.BL/DTO | |
| parent | 5ab11fca7d8094678b1c675cf6a42011f7f2c3de (diff) | |
| download | Tango-0075323e927c022322dbd6e3f6bbcebc05d06f4e.tar.gz Tango-0075323e927c022322dbd6e3f6bbcebc05d06f4e.zip | |
Disabled job uploads from PPC to cloud.
Added Denier linear mass density unit.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/DTO/RubbingResultDTOBase.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/RubbingResultDTOBase.cs b/Software/Visual_Studio/Tango.BL/DTO/RubbingResultDTOBase.cs index fd33dcfd7..ce8523ded 100644 --- a/Software/Visual_Studio/Tango.BL/DTO/RubbingResultDTOBase.cs +++ b/Software/Visual_Studio/Tango.BL/DTO/RubbingResultDTOBase.cs @@ -46,17 +46,17 @@ namespace Tango.BL.DTO } /// <summary> - /// deltae cie 200 + /// gs 100 /// </summary> - public Nullable<Double> DeltaeCie200 + public Nullable<Double> Gs100 { get; set; } /// <summary> - /// gs 100 + /// deltae cie 200 /// </summary> - public Nullable<Double> Gs100 + public Nullable<Double> DeltaeCie200 { get; set; } |
