public MonthlyPlanController(IMonthlyPlanService monthlyPlanService)
 {
     _monthlyPlanService = monthlyPlanService;
 }
Beispiel #2
0
 public MonthlyPlanController(IMonthlyPlanService planService)
 {
     _planService = planService;
 }