// GET: Home
        public ActionResult Index()
        {
            LoginPluginClient client = new LoginPluginClient();
            var result = client.DoWork("zxl");

            return(View());
        }
Exemplo n.º 2
0
 public void TestMethodWCFPlugin()
 {
     using (var client = new LoginPluginClient())
     {
         var result = client.DoWork("zxl");
     }
 }