Ejemplo n.º 1
0
 public void Delete(UserType userType)
 {
     _userTypeDal.Delete(userType);
 }
Ejemplo n.º 2
0
 public bool Delete(UserType entity)
 {
     return(_userTypeDal.Delete(entity));
 }