Exemplo n.º 1
0
 public void GetAllWarehousesByShopIdWcf()
 {
     using (var proxy = new BestilNemtServiceRef.BestilNemtServiceClient())
     {
         proxy.Open();
         var count = proxy.GetAllWarehousesByShopId(1).Count();
         Assert.AreNotEqual(0, count);
     }
 }