示例#1
0
 public string GetStockList(string inputValue)
 {
     return(cstock.GetStockList(inputValue));
 }
        public string GetStockList(string inputValue)
        {
            CoreStockUI payment = new CoreStockUI();

            return(payment.GetStockList(inputValue));
        }