public System.Threading.Tasks.Task <bool> UpdateStadeAsync(WebApplication.ServiceReference1.StadeComposite stade)
 {
     return(base.Channel.UpdateStadeAsync(stade));
 }
 public bool UpdateStade(WebApplication.ServiceReference1.StadeComposite stade)
 {
     return(base.Channel.UpdateStade(stade));
 }