示例#1
0
        public string GetCategoryContent(string catType)
        {
            IPurchaseInvoicePandSBL pqBL = new PurchaseInvoicePandSBL();

            return(pqBL.GetCategoryContent(catType));
        }