示例#1
0
 public ProfileGetMineResponseDto GetMine(ProfileGetMineRequestDto request)
 {
     throw new System.NotImplementedException();
 }
示例#2
0
 public ProfileGetMineResponseDto GetMine([FromBody] ProfileGetMineRequestDto request) =>
 ProfileService.GetMine(request);