Beispiel #1
0
 public System.Threading.Tasks.Task <ServerCommonObjects.LoginResponse> LoginAsync(ServerCommonObjects.LoginRequest message)
 {
     return(base.Channel.LoginAsync(message));
 }
Beispiel #2
0
 public ServerCommonObjects.LoginResponse Login(ServerCommonObjects.LoginRequest message)
 {
     return(base.Channel.Login(message));
 }