public ProductionReportBL(IProductionReportRepository productionReportRepository) { this.productionReportRepository = productionReportRepository; }
public ProductionReportBL() { this.productionReportRepository = new ProductionReportRepository(); }