コード例 #1
0
        public Collection Get(int id)
        {
            ICollectionRetriever retriver = new CollectionRetriever();

            return(retriver.GetCollection(id));
        }
コード例 #2
0
        public IEnumerable <Collection> Get()
        {
            ICollectionRetriever retriver = new CollectionRetriever();

            return(retriver.GetCollections());
        }