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)); }
public List <StoreBasicInfo> GetStores(int pageSize, string userCode, string code = "", string name = "") { var bll = new StoreBasicInfo(); return(bll.GetStoresByAssetRepOrMgrEID(pageSize, userCode, code, name)); }