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

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

            return(proxy.GetReponse());
        }