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