Method | Description | |
---|---|---|
Acudiente ( int id, |
||
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ViewResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
EliminarAcudientes ( int id ) : bool | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
InsertarAcudientes ( |
||
ObtenerAcudiente ( int id ) : |
||
ObtenerAcudientes ( ) : List |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Acudientes ( ) : System.Web.Mvc.JsonResult | ||
Create ( |
||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
public Acudiente ( int id, |
||
id | int | |
item | ||
return | System.Web.Mvc.JsonResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public InsertarAcudientes ( |
||
Acudiente | ||
return | bool |
public ObtenerAcudiente ( int id ) : |
||
id | int | |
return |