Пример #1
0
 public System.Threading.Tasks.Task <bool> ModifierRestaurantAsync(BonusRestaurantDashboard.RestaurantServiceReference.FicheRestaurant fiche)
 {
     return(base.Channel.ModifierRestaurantAsync(fiche));
 }
Пример #2
0
 public bool ModifierRestaurant(BonusRestaurantDashboard.RestaurantServiceReference.FicheRestaurant fiche)
 {
     return(base.Channel.ModifierRestaurant(fiche));
 }