Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> UpdateUserAsync(TestChat.ServiceReference.User user, bool reLogin)
 {
     return(base.Channel.UpdateUserAsync(user, reLogin));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> DeleteUserAsync(TestChat.ServiceReference.User user)
 {
     return(base.Channel.DeleteUserAsync(user));
 }
Exemplo n.º 3
0
 public bool UpdateUser(TestChat.ServiceReference.User user, bool reLogin)
 {
     return(base.Channel.UpdateUser(user, reLogin));
 }
Exemplo n.º 4
0
 public bool DeleteUser(TestChat.ServiceReference.User user)
 {
     return(base.Channel.DeleteUser(user));
 }