예제 #1
0
 public System.Threading.Tasks.Task <ConquestionGame.Presentation.WinForm.AuthenticationServiceReference.Player> RegisterPlayerAsync(ConquestionGame.Presentation.WinForm.AuthenticationServiceReference.Player player, string email, string password)
 {
     return(base.Channel.RegisterPlayerAsync(player, email, password));
 }
예제 #2
0
 public ConquestionGame.Presentation.WinForm.AuthenticationServiceReference.Player RegisterPlayer(ConquestionGame.Presentation.WinForm.AuthenticationServiceReference.Player player, string email, string password)
 {
     return(base.Channel.RegisterPlayer(player, email, password));
 }