Пример #1
0
 public LinkedInCommand(ILinkedInRepository repository)
 {
     _repository = repository;
 }
Пример #2
0
 public LinkedInQuery(ILinkedInRepository repository, IIndustriesQuery industriesQuery, ILocationQuery locationQuery)
 {
     _repository      = repository;
     _industriesQuery = industriesQuery;
     _locationQuery   = locationQuery;
 }