diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-03-18 22:43:16 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-03-18 22:43:16 +0200 |
| commit | 7320824d1fc827b25327a2aaa3d571480b40975c (patch) | |
| tree | d1a6ed4cd0b55a7705eb686c27deedc0d2428dc6 /Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs | |
| parent | 19a6a9d026f3436afd9af7923db7ee6cbd861772 (diff) | |
| download | Tango-7320824d1fc827b25327a2aaa3d571480b40975c.tar.gz Tango-7320824d1fc827b25327a2aaa3d571480b40975c.zip | |
Redundant.
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs')
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs b/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs index b8031fdaf..11c54cf64 100644 --- a/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs +++ b/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/Program.cs @@ -19,7 +19,7 @@ namespace Tango.JobRunsGenerator static void Main(string[] args) { DataSource dataSource = new DataSource(); - dataSource.Catalog = "Tango_DEV"; + dataSource.Catalog = "Tango_TEST"; dataSource.Address = "twine.database.windows.net"; dataSource.IntegratedSecurity = false; dataSource.UserName = "Roy"; @@ -111,7 +111,7 @@ namespace Tango.JobRunsGenerator var lubricant = run.LiquidQuantities.FirstOrDefault(x => x.LiquidType == BL.Enumerations.LiquidTypes.Lubricant); run.LubricantQuantity = lubricant != null ? lubricant.Quantity : 0; - //Lubricant + //Cleaner var cleaner = run.LiquidQuantities.FirstOrDefault(x => x.LiquidType == BL.Enumerations.LiquidTypes.Cleaner); run.CleanerQuantity = cleaner != null ? cleaner.Quantity : 0; } |
