Exemplo n.º 1
0
 public void InsertarCodigoProg(Cat_Ctrl_Presp_Saf objCodProg, ref string Verificador)
 {
     try
     {
         CD_Cat_Ctrl_Presp_Saf CD_Cat_Pres = new CD_Cat_Ctrl_Presp_Saf();
         CD_Cat_Pres.InsertarCodigoProg(objCodProg, ref Verificador);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
Exemplo n.º 2
0
 public void ObtenerDatosCodProg(string Id, ref Cat_Ctrl_Presp_Saf objCodProg, ref string Verificador)
 {
     try
     {
         CD_Cat_Ctrl_Presp_Saf CD_Cat_Pres = new CD_Cat_Ctrl_Presp_Saf();
         CD_Cat_Pres.ObtenerDatosCodProg(Id, ref objCodProg, ref Verificador);
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }