aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2023-03-30 19:41:54 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2023-03-30 19:41:54 +0300
commit3dcf3242705a7522617d4b5f7ca4d9b918e48ca5 (patch)
tree29e6083fbe1f9778e14e9641bffcb7d4765e8b39 /Software/Visual_Studio/Tango.BL
parentc61d12100372054de07f6201c27c7755c7be35e8 (diff)
downloadTango-3dcf3242705a7522617d4b5f7ca4d9b918e48ca5.tar.gz
Tango-3dcf3242705a7522617d4b5f7ca4d9b918e48ca5.zip
Eureka PPC. GoToJob, Notifications, LengthWothSpool.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL')
-rw-r--r--Software/Visual_Studio/Tango.BL/Entities/Job.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Entities/Job.cs b/Software/Visual_Studio/Tango.BL/Entities/Job.cs
index bfcd19cb1..f4bde2599 100644
--- a/Software/Visual_Studio/Tango.BL/Entities/Job.cs
+++ b/Software/Visual_Studio/Tango.BL/Entities/Job.cs
@@ -405,7 +405,7 @@ namespace Tango.BL.Entities
[NotMapped]
[JsonIgnore]
- public double GramPerLength { get; private set;}
+ public double GramPerLength { get; set;}
#endregion