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