Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> CreateUpdateGameAsync(EyeWebApp.EyeWebService.Game newGame)
 {
     return(base.Channel.CreateUpdateGameAsync(newGame));
 }
Exemplo n.º 2
0
 public bool CreateUpdateGame(EyeWebApp.EyeWebService.Game newGame)
 {
     return(base.Channel.CreateUpdateGame(newGame));
 }