Esempio n. 1
0
 public void Update(UserTypes entity)
 {
     _userTypeDAL.Update(entity);
 }