Exemplo n.º 1
0
        public string GetReponse <T>() where T  : IBaseReponse
        {
            var proxy = new ProxyReponseStub();

            return(proxy.GetReponse <T>());
        }
Exemplo n.º 2
0
        public string GetBetaReponse()
        {
            IBetaReponse proxy = new ProxyReponseStub();

            return(proxy.GetReponse());
        }