Esempio n. 1
0
 public ReportController(BS.Contracts.IReportService reportService, BS.Contracts.ISaleService saleService)
 {
     _reportService = reportService;
     _saleService   = saleService;
 }
Esempio n. 2
0
 public SaleController(BS.Contracts.ISaleService saleService)
 {
     _saleService = saleService;
 }