Пример #1
0
 public ProfileUpdateResponseDto Update(ProfileUpdateRequestDto request)
 {
     throw new System.NotImplementedException();
 }
Пример #2
0
 public ProfileUpdateResponseDto Update([FromBody] ProfileUpdateRequestDto request) =>
 ProfileService.Update(request);