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