Exemplo n.º 1
0
        public IHttpOperations <T> GetHttpOperations <T>(bool useCaching) where T :  class, ICacheable
        {
            var result = new TestHttpOperations <T>(_responses, _output);

            return(result);
        }
Exemplo n.º 2
0
        public IHttpOperations <T> GetHttpOperations <T>()
        {
            var result = new TestHttpOperations <T>(_responses, _output);

            return(result);
        }