Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> RegisterResultAsync(BettingAppWeb.AccountService.User user)
 {
     return(base.Channel.RegisterResultAsync(user));
 }
Exemplo n.º 2
0
 public bool RegisterResult(BettingAppWeb.AccountService.User user)
 {
     return(base.Channel.RegisterResult(user));
 }