Ejemplo n.º 1
0
 public PlanModel CreatePlan(PlanModel plan)
 {
     return(_iPlan.CreatePlan(plan, _apiRequest));
 }