aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/DTO
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-12-20 16:42:10 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-12-20 16:42:10 +0200
commit0075323e927c022322dbd6e3f6bbcebc05d06f4e (patch)
tree65ff5c4919ec13fad3743385ba7d18f16b48af99 /Software/Visual_Studio/Tango.BL/DTO
parent5ab11fca7d8094678b1c675cf6a42011f7f2c3de (diff)
downloadTango-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.cs8
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;
}