Added first option management

This commit is contained in:
Lucio Maranta
2018-08-21 17:06:25 +02:00
parent 4111b67a36
commit 32ab7d3f63
2 changed files with 26 additions and 13 deletions
@@ -342,6 +342,7 @@ namespace Step.Database.Controllers
public DbNcShankModel UpdateShank(DbNcShankModel dbShank, DTONewNcShankModel dtoShank)
{
dbShank.Balluf = dtoShank.Balluf;
dbShank.MagazinePositionType = dtoShank.MagazinePositionType;
dbCtx.SaveChanges();