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