コード例 #1
0
 public EggGroupsService(VeekunContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: BerriesService.cs プロジェクト: phmatray/PokemonAPI
 public BerriesService(VeekunContext context)
 {
     _context = context;
 }
コード例 #3
0
 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
ファイル: TempController.cs プロジェクト: phmatray/PokemonAPI
 public TempController(VeekunContext context)
 {
     _context = context;
 }
コード例 #11
0
 public ContestEffectsService(VeekunContext context)
 {
     _context = context;
 }
コード例 #12
0
ファイル: StatsService.cs プロジェクト: phmatray/PokemonAPI
 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;
 }
コード例 #23
0
 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;
 }
コード例 #28
0
 public EncounterConditionValuesService(VeekunContext context)
 {
     _context = context;
 }
コード例 #29
0
ファイル: ItemsService.cs プロジェクト: phmatray/PokemonAPI
 public ItemsService(VeekunContext context)
 {
     _context = context;
 }
コード例 #30
0
 public GendersService(VeekunContext context)
 {
     _context = context;
 }