Ejemplo n.º 1
0
 public void CreateUserAddress()
 {
     IPizzaWaiterTestService proxy = new PizzaWaiterTestServiceClient("WSHttpBinding_IPizzaWaiterTestService");
     int userID = 1;
     string newAddress = "65487 jkdhkjahkdfhdkjhv, 15";
     bool success = proxy.CreateNewUserAddress(userID, newAddress);
     Assert.IsTrue(success);
 }