コード例 #1
0
        public Task <TimedEntityTagHeaderValue> QueryAsync(HttpContext context)
#endif
        {
            return(_queryProvider.QueryAsync(context));
        }
コード例 #2
0
        public Task <TimedEntityTagHeaderValue> QueryAsync(ResourceExecutingContext context)
#endif
        {
            return(_queryProvider.QueryAsync(context));
        }