Esempio n. 1
0
 public ProductionReportBL(IProductionReportRepository productionReportRepository)
 {
     this.productionReportRepository = productionReportRepository;
 }
Esempio n. 2
0
 public ProductionReportBL()
 {
     this.productionReportRepository = new ProductionReportRepository();
 }