public EggGroupsService(VeekunContext context)
 {
     _context = context;
 }
 public BerriesService(VeekunContext context)
 {
     _context = context;
 }
 public MoveBattleStylesService(VeekunContext context)
 {
     _context = context;
 }
 public PokeathlonStatsService(VeekunContext context)
 {
     _context = context;
 }
 public ItemCategoriesService(VeekunContext context)
 {
     _context = context;
 }
Exemple #6
0
 public TypesService(VeekunContext context)
 {
     _context = context;
 }
 public LocationAreasService(VeekunContext context)
 {
     _context = context;
 }
Exemple #8
0
 public PokemonColorsService(VeekunContext context)
 {
     _context = context;
 }
Exemple #9
0
 public RegionsService(VeekunContext context)
 {
     _context = context;
 }
Exemple #10
0
 public TempController(VeekunContext context)
 {
     _context = context;
 }
Exemple #11
0
 public ContestEffectsService(VeekunContext context)
 {
     _context = context;
 }
Exemple #12
0
 public StatsService(VeekunContext context)
 {
     _context = context;
 }
 public GrowthRatesService(VeekunContext context)
 {
     _context = context;
 }
Exemple #14
0
 public PalParkAreasService(VeekunContext context)
 {
     _context = context;
 }
Exemple #15
0
 public LanguagesService(VeekunContext context)
 {
     _context = context;
 }
Exemple #16
0
 public BerryFirmnessesService(VeekunContext context)
 {
     _context = context;
 }
Exemple #17
0
 public MoveLearnMethodsService(VeekunContext context)
 {
     _context = context;
 }
 public MoveCategoriesService(VeekunContext context)
 {
     _context = context;
 }
Exemple #19
0
 public PokemonSpeciesService(VeekunContext context)
 {
     _context = context;
 }
Exemple #20
0
 public ItemFlingEffectsService(VeekunContext context)
 {
     _context = context;
 }
Exemple #21
0
 public MoveDamageClassesService(VeekunContext context)
 {
     _context = context;
 }
 public MoveTargetsService(VeekunContext context)
 {
     _context = context;
 }
 public EvolutionTriggersService(VeekunContext context)
 {
     _context = context;
 }
 public PokemonFormsService(VeekunContext context)
 {
     _context = context;
 }
Exemple #25
0
 public GenerationsService(VeekunContext context)
 {
     _context = context;
 }
 public MachinesService(VeekunContext context)
 {
     _context = context;
 }
Exemple #27
0
 public VersionsService(VeekunContext context)
 {
     _context = context;
 }
 public EncounterConditionValuesService(VeekunContext context)
 {
     _context = context;
 }
Exemple #29
0
 public ItemsService(VeekunContext context)
 {
     _context = context;
 }
Exemple #30
0
 public GendersService(VeekunContext context)
 {
     _context = context;
 }