public LinkedInCommand(ILinkedInRepository repository) { _repository = repository; }
public LinkedInQuery(ILinkedInRepository repository, IIndustriesQuery industriesQuery, ILocationQuery locationQuery) { _repository = repository; _industriesQuery = industriesQuery; _locationQuery = locationQuery; }