Пример #1
0
 public async Task <dynamic> AddDetailsAsync(OfferDetail item)
 {
     return(await _offerRepository.AddDetailsAsync(item));
 }