Ejemplo n.º 1
0
        public void payment_method_update(c_payment_method t)
        {
            payment_method_business db = new payment_method_business();

            throw new NotImplementedException();
        }
Ejemplo n.º 2
0
        public void payment_method_insert(c_payment_method t)
        {
            payment_method_business db = new payment_method_business();

            db.Create(t);
        }