示例#1
0
 public async Task SendOffersAsync(IEnumerable <ShortOfferDTO> offers)
 {
     await _offerService.CreateOffersAsync(offers);
 }