Exemplo n.º 1
0
 public override UserModel Update(UserModel model)
 {
     return(DataStorageService.UpdateUser(model));
 }