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