Exemple #1
0
 public async Task Insert([FromBody] UserModel userModel)
 {
     await _userService.Insert(_userFactory.CreateUserDto(userModel));
 }