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