Esempio n. 1
0
 public bool InsertUser(SmartVideoWpf.ServiceReference1.UtilisateursDTO user)
 {
     return(base.Channel.InsertUser(user));
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <bool> InsertUserAsync(SmartVideoWpf.ServiceReference1.UtilisateursDTO user)
 {
     return(base.Channel.InsertUserAsync(user));
 }
Esempio n. 3
0
 public void UpdateUser(SmartVideoWpf.ServiceReference1.UtilisateursDTO user)
 {
     base.Channel.UpdateUser(user);
 }