public bool ModificationFicheClient(GestionFicheClient.FichesClientsService.FicheClient fiche)
 {
     return(base.Channel.ModificationFicheClient(fiche));
 }
 public System.Threading.Tasks.Task <bool> ModificationFicheClientAsync(GestionFicheClient.FichesClientsService.FicheClient fiche)
 {
     return(base.Channel.ModificationFicheClientAsync(fiche));
 }
 public bool SuppressionFicheClient(GestionFicheClient.FichesClientsService.FicheClient fiche)
 {
     return(base.Channel.SuppressionFicheClient(fiche));
 }