Ejemplo n.º 1
0
 public SingleMasterPlanController(IMasterPlanRepository masterPlanRepository)
 {
     this.masterPlanRepository = masterPlanRepository;
 }
Ejemplo n.º 2
0
 public DifferentMasterPlanController(IMasterPlanRepository masterPlanRepository)
 {
     this.masterPlanRepository = masterPlanRepository;
 }