Example #1
0
 public UserDto Post([FromBody] UserDto user)
 {
     return(_chatApplicationService.InsertUser(user));
 }