コード例 #1
0
        public IEnumerable <ILocation> Get()
        {
            var items = _repo.All();

            return(items);
        }