Example #1
0
 public ActionResult AgregarProducto(ITF_PRODUCTOS PRODUCTO)
 {
     return(Json(ModeloMaestro.AgregarProducto(PRODUCTO), JsonRequestBehavior.AllowGet));
 }