Exemplo n.º 1
0
 public ReceiptController(IChachedReceiptService receiptService)
 {
     this.receiptService        = receiptService;
     ReceiptsPriceMaxValue      = receiptService.GetReceiptsMaxValue();
     ReceiptsTransactionMethods = receiptService.GetReceiptsMethods();
     ReceiptsStoredYears        = receiptService.GetReceiptsYears();
 }
Exemplo n.º 2
0
 public SearchController(IChachedReceiptService receiptService)
 {
     this.receiptService = receiptService;
 }