Exemplo n.º 1
0
 public string GetTemplate(string inputValue)
 {
     return(cstock.GetTemplate(inputValue));
 }
Exemplo n.º 2
0
        public string GetTemplate(string inputValue)
        {
            CoreStockUI inwardstock = new CoreStockUI();

            return(inwardstock.GetTemplate(inputValue));
        }