Ejemplo n.º 1
0
        public void payment_plan_update(c_payment_plan t)
        {
            payment_plan_business db = new payment_plan_business();

            throw new NotImplementedException();
        }
Ejemplo n.º 2
0
        public void payment_plan_insert(c_payment_plan t)
        {
            payment_plan_business db = new payment_plan_business();

            db.Create(t);
        }