Exemple #1
0
 public MemberJobAdListsCommand(IJobAdListsCommand jobAdListsCommand, IJobAdListsQuery jobAdListsQuery)
 {
     _jobAdListsCommand = jobAdListsCommand;
     _jobAdListsQuery   = jobAdListsQuery;
 }
Exemple #2
0
 public JobAdFoldersQuery(IJobAdListsQuery jobAdListsQuery, IJobAdListsCommand jobAdListsCommand)
 {
     _jobAdListsQuery   = jobAdListsQuery;
     _jobAdListsCommand = jobAdListsCommand;
 }
Exemple #3
0
 public JobAdBlockListsQuery(IJobAdListsQuery jobAdListsQuery, IJobAdListsCommand jobAdListsCommand)
 {
     _jobAdListsQuery   = jobAdListsQuery;
     _jobAdListsCommand = jobAdListsCommand;
 }
 public JobAdFoldersCommand(IJobAdListsCommand jobAdListsCommand, IJobAdListsQuery jobAdListsQuery)
 {
     _jobAdListsCommand = jobAdListsCommand;
     _jobAdListsQuery   = jobAdListsQuery;
 }