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); } }
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); } }
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); } }
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); } }
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); } }