Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ViewResult | ||
Docente ( int id, |
||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
EliminarDocentes ( int id ) : bool | ||
Index ( ) : ViewResult | ||
InsertarDocentes ( Docente Docente ) : bool | ||
ObtenerDocente ( int id ) : Docente | ||
ObtenerDocentes ( ) : List |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Create ( |
||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Docentes ( ) : System.Web.Mvc.JsonResult | ||
Edit ( |
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 Docente ( int id, |
||
id | int | |
item | ||
return | System.Web.Mvc.JsonResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public InsertarDocentes ( Docente Docente ) : bool | ||
Docente | Docente | |
return | bool |