public string GetTemplate(string inputValue) { return(cstock.GetTemplate(inputValue)); }
public string GetTemplate(string inputValue) { CoreStockUI inwardstock = new CoreStockUI(); return(inwardstock.GetTemplate(inputValue)); }