Esempio n. 1
0
        public static IQueryable <TListState> Query(ICollectionsRepository collectionsRepo)
        {
            var data = collectionsRepo.Query <TListState>();

            return(data);
        }