Exemplo n.º 1
0
        public TOTransaction <toArApovoInfo> Get(int emp_codi, string usu_codi)
        {
            BOSuConap bo = new BOSuConap();

            emp_codi = new tools.General().GetEmpCodi(emp_codi);
            return(bo.getInfoArApovo(emp_codi, usu_codi));
        }