Exemplo n.º 1
0
 public void GetAllChainWcf()
 {
     using (var proxy = new BestilNemtServiceRef.BestilNemtServiceClient())
     {
         proxy.Open();
         Assert.AreNotEqual(0, proxy.GetAllChains().Length);
     }
 }