Пример #1
0
 public HeroesService(AngularHeroesContext context)
 {
     _context = context;
 }
Пример #2
0
 public HeroesService(IOptions<AppSettings> appSettings, AngularHeroesContext context)
 {
     _appSettings = appSettings.Value;
     _context = context;
 }