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

            return(inwardstock.GetTemplate(inputValue));
        }