コード例 #1
0
        public string GetTemplate(string inputValue)
        {
            CoreStockUI inwardstock = new CoreStockUI();

            return(inwardstock.GetTemplate(inputValue));
        }
コード例 #2
0
        public string GetStockList(string inputValue)
        {
            CoreStockUI payment = new CoreStockUI();

            return(payment.GetStockList(inputValue));
        }