Ejemplo n.º 1
0
 public void TestService()
 {
     IBaiduTestService testService = Container.Resolve <IBaiduTestService>();
     string            html        = testService.Get();
 }
Ejemplo n.º 2
0
        static void Test1()
        {
            IBaiduTestService testService = FeignClients.Get <IBaiduTestService>();

            Console.WriteLine(testService.GetType().FullName);
        }