public UserRepository(GalaxyContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public AuthRepository(GalaxyContext context) { _context = context; }