Exemplo n.º 1
0
 public UserRepository(AuthServiceDBContextFactory contextFactory)
 {
     _context = contextFactory.Make();
 }