Exemplo n.º 1
0
 public User UpsertUser([FromBody] User user)
 {
     return(_dal.UpsertUser(user));
 }