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