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