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