Esempio n. 1
0
 public InMemoryLibraryService(IPokemonCardService pokemonCardService)
 {
     _pokemonCardService = pokemonCardService;
     _library            = GetLibraryInternal().ToList();
 }
 public PokemonCardAppService(IPokemonCardService pokemonCardService)
     : base(pokemonCardService)
 {
     _pokemonCardService = pokemonCardService;
 }