# Functions
AddAplicacion insert a new Aplicacion into database and returns last inserted Id on success.
AddEstadoProceso insert a new EstadoProceso into database and returns last inserted Id on success.
AddMenuOpcion insert a new MenuOpcion into database and returns last inserted Id on success.
AddMenuOpcionPadre insert a new MenuOpcionPadre into database and returns last inserted Id on success.
AddParametro insert a new Parametro into database and returns last inserted Id on success.
AddPerfil insert a new Perfil into database and returns last inserted Id on success.
AddPerfilXMenuOpcion insert a new PerfilXMenuOpcion into database and returns last inserted Id on success.
AddProceso insert a new Proceso into database and returns last inserted Id on success.
AddTransicionProceso insert a new TransicionProceso into database and returns last inserted Id on success.
AddVersionProceso insert a new VersionProceso into database and returns last inserted Id on success.
Función que construye los menús.
Función que construye los Submenús.
Función que construye los Submenús.
DeleteAplicacion deletes Aplicacion by Id and returns error if the record to be deleted doesn't exist.
DeleteEstadoProceso deletes EstadoProceso by Id and returns error if the record to be deleted doesn't exist.
DeleteMenuOpcion deletes MenuOpcion by Id and returns error if the record to be deleted doesn't exist.
DeleteMenuOpcionPadre deletes MenuOpcionPadre by Id and returns error if the record to be deleted doesn't exist.
DeleteParametro deletes Parametro by Id and returns error if the record to be deleted doesn't exist.
DeletePerfil deletes Perfil by Id and returns error if the record to be deleted doesn't exist.
DeletePerfilXMenuOpcion deletes PerfilXMenuOpcion by Id and returns error if the record to be deleted doesn't exist.
DeleteProceso deletes Proceso by Id and returns error if the record to be deleted doesn't exist.
DeleteTransicionProceso deletes TransicionProceso by Id and returns error if the record to be deleted doesn't exist.
DeleteVersionProceso deletes VersionProceso by Id and returns error if the record to be deleted doesn't exist.
GetAllAplicacion retrieves all Aplicacion matches certain condition.
GetAllEstadoProceso retrieves all EstadoProceso matches certain condition.
GetAllMenuOpcion retrieves all MenuOpcion matches certain condition.
GetAllMenuOpcionPadre retrieves all MenuOpcionPadre matches certain condition.
GetAllParametro retrieves all Parametro matches certain condition.
GetAllPerfil retrieves all Perfil matches certain condition.
GetAllPerfilXMenuOpcion retrieves all PerfilXMenuOpcion matches certain condition.
GetAllProceso retrieves all Proceso matches certain condition.
GetAllTransicionProceso retrieves all TransicionProceso matches certain condition.
GetAllVersionProceso retrieves all VersionProceso matches certain condition.
GetAplicacionById retrieves Aplicacion by Id.
GetAplicacionById retrieves Aplicacion by Id.
GetEstadoProcesoById retrieves EstadoProceso by Id.
GetMenuOpcionById retrieves MenuOpcion by Id.
GetMenuOpcionPadreById retrieves MenuOpcionPadre by Id.
GetParametroById retrieves Parametro by Id.
GetPerfilById retrieves Perfil by Id.
GetPerfilXMenuOpcionById retrieves PerfilXMenuOpcion by Id.
GetProcesoById retrieves Proceso by Id.
GetTransicionProcesoById retrieves TransicionProceso by Id.
GetVersionProcesoById retrieves VersionProceso by Id.
Función que obtiene los menús padre de acuerdo al Id de la aplicación.
UpdateAplicacion updates Aplicacion by Id and returns error if the record to be updated doesn't exist.
UpdateEstadoProceso updates EstadoProceso by Id and returns error if the record to be updated doesn't exist.
UpdateMenuOpcion updates MenuOpcion by Id and returns error if the record to be updated doesn't exist.
UpdateMenuOpcionPadre updates MenuOpcionPadre by Id and returns error if the record to be updated doesn't exist.
UpdateParametro updates Parametro by Id and returns error if the record to be updated doesn't exist.
UpdatePerfil updates Perfil by Id and returns error if the record to be updated doesn't exist.
UpdatePerfilXMenuOpcion updates PerfilXMenuOpcion by Id and returns error if the record to be updated doesn't exist.
UpdateProceso updates Proceso by Id and returns error if the record to be updated doesn't exist.
UpdateTransicionProceso updates TransicionProceso by Id and returns error if the record to be updated doesn't exist.
UpdateVersionProceso updates VersionProceso by Id and returns error if the record to be updated doesn't exist.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
Estructura para construir los menus.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author