Ejemplo n.º 1
0
 public ActionResult GetCategories(user user)
 {
     Main main = new Main();
     return Json(main.GetCategories());
 }