Exemple #1
0
        public List <V_product_refund> product_refund_Read()
        {
            product_refund_business db = new product_refund_business();

            return(db.Read());
        }