Exemple #1
0
 public ImageGalleryRepository(IOptions <Settings> settings)
 {
     _context = new SkillContext(settings);
 }
 public Repository(IOptions <Settings> settings)
 {
     _context = new SkillContext <T>(settings);
 }