Exemplo n.º 1
0
        public void Personal_Registrar(int idPersonal, string nroDocumento, string imageURL, int idUsuarioRegistro)
        {
            RRHHBL objRRHHBL = new RRHHBL();

            try
            {
                objRRHHBL.Personal_Registrar(idPersonal, nroDocumento, imageURL, idUsuarioRegistro);
            }
            catch (Exception ex) { throw ex; }
        }
Exemplo n.º 2
0
        public List <Personal_ListarResult> Personal_Listar(string codEmpresa, string texto)
        {
            RRHHBL objRRHHBL = new RRHHBL();

            try
            {
                return(objRRHHBL.Personal_Listar(codEmpresa, texto));
            }
            catch (Exception ex) { throw ex; }
        }
Exemplo n.º 3
0
        public List <Ingreso_PersonalResult> Ingreso_Personal(DateTime fecha)
        {
            RRHHBL objRRHHBL = new RRHHBL();

            try
            {
                return(objRRHHBL.Ingreso_Personal(fecha));
            }
            catch (Exception ex) { throw ex; }
        }
Exemplo n.º 4
0
        public List <Ingreso_Personal_DetalleResult> Ingreso_PersonalDetalle(DateTime fecha, string ccosto, ref List <Ingreso_Personal_PermisosResult> lstpermiso)
        {
            RRHHBL objRRHHBL = new RRHHBL();

            try
            {
                lstpermiso = objRRHHBL.Ingreso_PersonalPermisos(fecha, ccosto);
                return(objRRHHBL.Ingreso_PersonalDetalle(fecha, ccosto));
            }
            catch (Exception ex) { throw ex; }
        }
Exemplo n.º 5
0
        public List <Personal_ListarCumpleanhosResult> Personal_ListarCumpleanhos(DateTime fecha)
        {
            RRHHBL objRRHHBL = new RRHHBL();

            try
            {
                return(objRRHHBL.Personal_ListarCumpleanhos(fecha));
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }