Example #1
0
 public ActionResult <IEnumerable <PlannerModel> > Get()
 {
     return(_plannerService.Get());
 }