コード例 #1
0
 public ProductionReportBL(IProductionReportRepository productionReportRepository)
 {
     this.productionReportRepository = productionReportRepository;
 }
コード例 #2
0
 public ProductionReportBL()
 {
     this.productionReportRepository = new ProductionReportRepository();
 }