Exemple #1
0
 public System.Threading.Tasks.Task <bool> LoginClientAsync(Assignment_Client.UserServiceReference.User user)
 {
     return(base.Channel.LoginClientAsync(user));
 }
Exemple #2
0
 public bool LoginClient(Assignment_Client.UserServiceReference.User user)
 {
     return(base.Channel.LoginClient(user));
 }