Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> EditerChambreAsync(WcfService.Model.Chambres ch)
 {
     return(base.Channel.EditerChambreAsync(ch));
 }
Ejemplo n.º 2
0
 public bool EditerChambre(WcfService.Model.Chambres ch)
 {
     return(base.Channel.EditerChambre(ch));
 }