Exemplo n.º 1
0
 public ProfileUpdateResponseDto Update(ProfileUpdateRequestDto request)
 {
     throw new System.NotImplementedException();
 }
Exemplo n.º 2
0
 public ProfileUpdateResponseDto Update([FromBody] ProfileUpdateRequestDto request) =>
 ProfileService.Update(request);