Fix osai options

This commit is contained in:
Lucio Maranta
2018-08-27 12:02:11 +02:00
parent 18e8879f36
commit 0b435442e8
6 changed files with 58 additions and 49 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ namespace Step.Model.DatabaseModels
public DbNcMagazinePositionModel MagazinePosition { get; set; }
public List<DbNcToolModel> Tools { get; set; }
public List<DbNcToolModel> Tools { get; set; }
public static explicit operator NcShankModel(DbNcShankModel obj)
{