Esempio n. 1
0
 public void save(MST_DELEGATION dbDelegation, Login userLogin)
 {
     _uow.GetGenericRepository <MST_DELEGATION>().InsertOrUpdate(dbDelegation, userLogin, Enums.MenuList.MasterDelegation);
     _uow.SaveChanges();
 }
Esempio n. 2
0
 public void save(MST_DELEGATION dbDelegation)
 {
     _uow.GetGenericRepository <MST_DELEGATION>().InsertOrUpdate(dbDelegation);
     _uow.SaveChanges();
 }