public LocationsSqlRepo(MercuryContext context, IMapper map) { _context = context; _mapper = map; }
public SqlUserRepo(MercuryContext context, IMapper map) { _context = context; _mapper = map; }