Пример #1
0
 public bool UpdateUser(TUserViewModel tUserVM)
 {
     return(_tUserData.UpdateUser(tUserVM));
 }