コード例 #1
0
 public void Delete(UserType userType)
 {
     _userTypeDal.Delete(userType);
 }
コード例 #2
0
 public bool Delete(UserType entity)
 {
     return(_userTypeDal.Delete(entity));
 }