Beispiel #1
0
 public UserRepository(AuthServiceDBContextFactory contextFactory)
 {
     _context = contextFactory.Make();
 }