示例#1
0
        public IEnumerable <Store> GetStoresByOwnerId(string ownerId)
        {
            var list = _StoreRepository.GetStoresByOwnerId(ownerId);

            return(list);
        }