Added first option management
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user