Example #1
0
 public bool ModificationFicheClient(GestionFichesClients.FichesClientsService.FicheClient fiche)
 {
     return(base.Channel.ModificationFicheClient(fiche));
 }
Example #2
0
 public System.Threading.Tasks.Task <bool> ModificationFicheClientAsync(GestionFichesClients.FichesClientsService.FicheClient fiche)
 {
     return(base.Channel.ModificationFicheClientAsync(fiche));
 }
Example #3
0
 public bool SuppressionFicheClient(GestionFichesClients.FichesClientsService.FicheClient fiche)
 {
     return(base.Channel.SuppressionFicheClient(fiche));
 }