Method | Description | |
---|---|---|
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 | ||
EliminarGrupos ( int id ) : bool | ||
Grupo ( int id, Grupo item ) : System.Web.Mvc.JsonResult | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
InsertarGrupos ( Grupo Grupo ) : bool | ||
ObtenerGrupo ( int id ) : Grupo | ||
ObtenerGrupos ( ) : List |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Create ( Grupo grupo ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( Grupo grupo ) : System.Web.Mvc.ActionResult | ||
Grupos ( ) : 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 Grupo ( int id, Grupo item ) : System.Web.Mvc.JsonResult | ||
id | int | |
item | Grupo | |
return | System.Web.Mvc.JsonResult |