Esempio n. 1
0
        public List <StoreBasicInfo> SearchMyStore(int pageSize, string userCode, string code = "", string name = "", string flowCode = null)
        {
            var bll = new StoreBasicInfo();

            return(bll.GetStoresByAssetRepOrMgrEID(pageSize, userCode, code, name, flowCode));
        }
Esempio n. 2
0
        public List <StoreBasicInfo> GetStores(int pageSize, string userCode, string code = "", string name = "")
        {
            var bll = new StoreBasicInfo();

            return(bll.GetStoresByAssetRepOrMgrEID(pageSize, userCode, code, name));
        }