Beispiel #1
0
        public TOTransaction Post(int emp_codi, int rev_cont, List <CtRevdo> ctrevdo)
        {
            BOCtConsu bo = new BOCtConsu();

            emp_codi = new tools.General().GetEmpCodi(emp_codi);
            return(bo.setInfoCtPropo(emp_codi, rev_cont, ctrevdo));
        }
Beispiel #2
0
        public TOTransaction <List <CtRevdo> > get(int emp_codi, int rev_cont)
        {
            BOCtConsu bo = new BOCtConsu();

            emp_codi = new tools.General().GetEmpCodi(emp_codi);
            return(bo.GetInfoVigencia(emp_codi, rev_cont));
        }
Beispiel #3
0
        public TOTransaction Post(int emp_codi, int rev_cont, int doc_cont, bool chkApro)
        {
            BOCtConsu bo = new BOCtConsu();

            emp_codi = new tools.General().GetEmpCodi(emp_codi);
            return(bo.setInfoVigencia(emp_codi, rev_cont, doc_cont, chkApro));
        }
Beispiel #4
0
        public TOTransaction Post(int emp_codi, int rev_cont, int doc_cont = 0)
        {
            emp_codi = new tools.General().GetEmpCodi(emp_codi);
            BOCtConsu bo = new BOCtConsu(emp_codi, rev_cont);

            return(bo.setStatePropo(emp_codi, rev_cont));
        }
Beispiel #5
0
        public TOTransaction <List <CtRevtd> > Get(int emp_codi, int rev_cont, string arb_codi = "")
        {
            BOCtConsu bo = new BOCtConsu();

            emp_codi = new tools.General().GetEmpCodi(emp_codi);
            return(bo.GetInfoCtrevtd(emp_codi, rev_cont));
        }
Beispiel #6
0
        public TOTransaction <List <GnArbol> > Get(int emp_codi, int rev_cont, int arb_cont = 0)
        {
            BOCtConsu bo = new BOCtConsu();

            emp_codi = new tools.General().GetEmpCodi(emp_codi);
            return(bo.GetInfoCtAcxpr(emp_codi, rev_cont));
        }
Beispiel #7
0
        public TOTransaction <CtPropo> Get(int emp_codi, int rev_cont)
        {
            BOCtConsu bo = new BOCtConsu();

            emp_codi = new tools.General().GetEmpCodi(emp_codi);
            return(bo.GetInfoCtPropo(emp_codi, rev_cont));
        }
Beispiel #8
0
        public TOTransaction <List <TORevPr> > Get(int emp_codi, string rev_esta, string pro_codi, string pro_nomb)
        {
            BOCtConsu bo = new BOCtConsu();

            emp_codi = new tools.General().GetEmpCodi(emp_codi);
            return(bo.GetInfoDataCtConsu(emp_codi, rev_esta, pro_codi, pro_nomb));
        }