Пример #1
0
 public void Delete_OTR(ref Pres_Plantilla objPlantilla, ref string Verificador)
 {
     try
     {
         CD_Pres_Plantilla CDPlantilla = new CD_Pres_Plantilla();
         CDPlantilla.Delete_OTR(ref objPlantilla, ref Verificador);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
Пример #2
0
 public void ConsultaGrid_New_Semestre(ref Pres_Plantilla objPlantilla, ref List <Pres_Plantilla> List)
 {
     try
     {
         CD_Pres_Plantilla CDPlantilla = new CD_Pres_Plantilla();
         CDPlantilla.ConsultaGrid_New_Semestre(ref objPlantilla, ref List);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
Пример #3
0
 public void Sel_Valida_Cierre(ref Pres_Plantilla objplantilla, ref string Verificador)
 {
     try
     {
         CD_Pres_Plantilla CDPlantillas = new CD_Pres_Plantilla();
         CDPlantillas.Sel_Valida_Cierre(ref objplantilla, ref Verificador);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
Пример #4
0
 public void Insertar_New_Plantilla(ref Pres_Plantilla objplantilla, ref string Verificador)
 {
     try
     {
         CD_Pres_Plantilla CDPlantillas = new CD_Pres_Plantilla();
         CDPlantillas.Insertar_New_Plantilla(ref objplantilla, ref Verificador);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
Пример #5
0
 public void ins_otro_posterior(ref Pres_Plantilla objPlantilla, ref string Verificador)
 {
     try
     {
         CD_Pres_Plantilla CDPlantilla = new CD_Pres_Plantilla();
         CDPlantilla.ins_otro_posterior(ref objPlantilla, ref Verificador);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }