Пример #1
0
 public IEnumerable <VoucherModel> GetVouchersByBuyer(int buyerId)
 {
     return(vouchersService.GetVouchersByBuyer(buyerId));
 }