Fix tool manager

This commit is contained in:
Lucio Maranta
2018-09-18 18:07:33 +02:00
parent bbfd640052
commit caa19c2f7e
3 changed files with 21 additions and 7 deletions
@@ -261,8 +261,8 @@ namespace Step.Database.Controllers
.Where(x => x.ShankId == null || x.ShankId == 0)
.ToList();
return dtoTools;
}
return dtoTools;
}
public DbNcToolModel AddTool(DTONewNcToolModel dtoTool)
{