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