Exemplo n.º 1
0
 public ActionResult GetCategoriaAsync()
 {
     return(Json(productoBL.GetCategoriaList(), JsonRequestBehavior.AllowGet));
 }