コード例 #1
0
        public IEnumerable <Trail> GetAllInCollection()
        {
            var result = _repo.GetAllInCollection();

            return(result);
        }