예제 #1
0
 public async Task <int> CreateHouseRentAsync(HouseRentDto houseRentDto, CancellationToken ct)
 {
     return(await advertRepository.CreateHouseRentAsync(houseRentDto, ct).ConfigureAwait(false));
 }