コード例 #1
0
 public ReportController(BS.Contracts.IReportService reportService, BS.Contracts.ISaleService saleService)
 {
     _reportService = reportService;
     _saleService   = saleService;
 }
コード例 #2
0
ファイル: SaleController.cs プロジェクト: g2techy/ML2
 public SaleController(BS.Contracts.ISaleService saleService)
 {
     _saleService = saleService;
 }