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