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

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

            return(proxy.GetReponse());
        }