コード例 #1
0
        public DataTable GetVencimientoContrato(IEntityBase value)
        {
            RHDORpt.Planilla objData = new RHDORpt.Planilla();

             try
             {

            DataTable dt = objData.GetVencimientoContrato(value);

            return dt;

             }
             catch (Exception ex)
             {

            throw ex;

             }
        }
コード例 #2
0
        public DataTable GetVacaDiasPrint(IEntityBase value)
        {
            RHDORpt.Planilla objData = new RHDORpt.Planilla();

             try
             {

            DataTable dt = objData.GetVacaDiasPrint(value);

            return dt;

             }
             catch (Exception ex)
             {

            throw ex;

             }
        }
コード例 #3
0
        public DataTable GetConstanciaCTS(IEntityBase value)
        {
            RHDORpt.Planilla objData = new RHDORpt.Planilla();

             try
             {

            DataTable dt = objData.GetConstanciaCTS(value);

            return dt;

             }
             catch (Exception ex)
             {

            throw ex;

             }
        }
コード例 #4
0
        public DataTable GetDistribuciónBillete(IEntityBase value)
        {
            RHDORpt.Planilla objData = new RHDORpt.Planilla();

              try
              {

             DataTable dt = objData.GetDistribuciónBillete(value);

              return dt;

              }
              catch (Exception ex)
              {

              throw ex;

              }
        }
コード例 #5
0
        public DataTable GetCertificadoTrabajador(IEntityBase value)
        {
            RHDORpt.Planilla objData = new RHDORpt.Planilla();

             try
             {

            DataTable dt = objData.GetCertificadoTrabajador(value);

            return dt;

             }
             catch (Exception ex)
             {

            throw ex;

             }
        }