Example #1
0
 public TOTransaction <List <ToSuperca> > getInfoBeneficiarios(string ter_coda, int emp_codi)
 {
     try
     {
         BoSucacer bo = new BoSucacer();
         emp_codi = new tools.General().GetEmpCodi(emp_codi);
         return(bo.getInfoBeneficiarios(emp_codi, ter_coda));
     }
     catch (Exception ex)
     {
         return(new TOTransaction <List <ToSuperca> >()
         {
             objTransaction = null, retorno = 1, txtRetorno = "No es posible generar el certificado"
         });
     }
 }