Exemple #1
0
 public Collection <Gamemode> getGamemodes(int deckId)
 {
     return(carddeckRepository.getGamemodesWhereDeckIsIn(deckId));
 }