Ejemplo n.º 1
0
 public async void Add()
 {
     using (var svc = new RestaurantServiceClient())
     {
         await svc.AddRestaurantAsync(RestaurantName, AppData.User.Token);
         TryClose(true);
     }
 }