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