Exemplo n.º 1
0
 public JsonResult ListCategoria()
 {
     return(Json(catDB.ListAll(), JsonRequestBehavior.AllowGet));
 }