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