Exemple #1
0
 public Collection <CarddeckEntity> getAllDecks()
 {
     return(carddeckRepository.getAllDecks());
 }