コード例 #1
0
 public bool StartNewGame(int gebruikerId)
 {
     return(StartNewGevecht(gebruikerId) && acCtx.DeleteAllPokemonOfUser(gebruikerId));
 }