Ejemplo n.º 1
0
        public string GetTemplate(string inputValue)
        {
            CoreStockUI inwardstock = new CoreStockUI();

            return(inwardstock.GetTemplate(inputValue));
        }
Ejemplo n.º 2
0
        public string GetStockList(string inputValue)
        {
            CoreStockUI payment = new CoreStockUI();

            return(payment.GetStockList(inputValue));
        }