コード例 #1
0
 public SingleMasterPlanController(IMasterPlanRepository masterPlanRepository)
 {
     this.masterPlanRepository = masterPlanRepository;
 }
コード例 #2
0
 public DifferentMasterPlanController(IMasterPlanRepository masterPlanRepository)
 {
     this.masterPlanRepository = masterPlanRepository;
 }