Exemple #1
0
 public ActionResult GetGrid()
 {
     return(View(PlanModel.getAllPlan()));
 }