示例#1
0
 public ProfilesQueryRepository(IOptions <Settings> settings)
 {
     _context = new ProfileContext(settings);
 }
示例#2
0
 public CurrentUserRepository(IOptions <Settings> settings)
 {
     _context = new ProfileContext(settings);
 }