Example #1
0
 public JobAdListsQuery(IJobAdListsRepository repository)
 {
     _repository = repository;
 }
Example #2
0
 public JobAdListsCommand(IJobAdListsRepository repository)
 {
     _repository = repository;
 }