Exemplo n.º 1
0
        public JsonResult GetSupplierListForSearch()
        {
            //var supplierAgentList = DalObj.GetSupplierListForSearch(StoreID);
            var supplierAgentList = DalObj.GetSupplierListForSearch();

            return(Json(supplierAgentList, JsonRequestBehavior.AllowGet));
        }