Пример #1
0
 public PokemonService(PokemonApiContext context)
 {
     _context = context;
 }
Пример #2
0
 public UserService(PokemonApiContext context, AppSettings appSettings)
 {
     _context     = context;
     _appSettings = appSettings;
 }