Пример #1
0
 public void ObtenerDatosCogidoAdecuaciones(ref Adecuaciones objAdecuacion, ref string Verificador)
 {
     try
     {
         CD_Adecuaciones CD_Adecuaciones = new CD_Adecuaciones();
         CD_Adecuaciones.ObtenerDatosCogidoAdecuaciones(ref objAdecuacion, ref Verificador);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
Пример #2
0
 public void InsertarDocumentoAdecuacion(List <Adecuaciones> List, Adecuaciones objAdecuaciones, ref string Verificador)
 {
     try
     {
         CD_Adecuaciones CD_Adecuaciones = new CD_Adecuaciones();
         CD_Adecuaciones.InsertarDocumentoAdecuacion(List, objAdecuaciones, ref Verificador);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
Пример #3
0
 public void CapitulosGrid(Adecuaciones objAdecuacion, ref List <Adecuaciones> List)
 {
     try
     {
         CD_Adecuaciones CD_Adecuaciones = new CD_Adecuaciones();
         CD_Adecuaciones.AdecuacionesGrid(objAdecuacion, ref List);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }