Beispiel #1
0
 public SingleMasterPlanController(IMasterPlanRepository masterPlanRepository)
 {
     this.masterPlanRepository = masterPlanRepository;
 }
Beispiel #2
0
 public DifferentMasterPlanController(IMasterPlanRepository masterPlanRepository)
 {
     this.masterPlanRepository = masterPlanRepository;
 }