Exemplo n.º 1
0
 public SourceAttachController(ISourceTasks sourceTasks, IEventTasks eventTasks, IPersonTasks personTasks, ISourceAttachmentTasks sourceAttachmentTasks)
 {
     this.sourceTasks           = sourceTasks;
     this.eventTasks            = eventTasks;
     this.personTasks           = personTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
 }
Exemplo n.º 2
0
 public SourcesController(ISourceTasks sourceTasks,
                          IUserTasks userTasks,
                          ISourceContentTasks sourceContentTasks,
                          ISourceAttachmentTasks sourceAttachmentTasks,
                          ISourcePermissionTasks sourcePermissionTasks)
 {
     this.sourceTasks           = sourceTasks;
     this.userTasks             = userTasks;
     this.sourceContentTasks    = sourceContentTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
     this.sourcePermissionTasks = sourcePermissionTasks;
 }
Exemplo n.º 3
0
 public EventMatchingTasks(IEventTasks eventTasks,
                           ILuceneTasks luceneTasks,
                           ISourceAttachmentTasks sourceAttachmentTasks,
                           ILocationTasks locationTasks,
                           IJhroCaseQueries jhroCaseQueries,
                           IPersonTasks personTasks,
                           IOrganizationTasks orgTasks)
 {
     this.eventTasks            = eventTasks;
     this.luceneTasks           = luceneTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
     this.locationTasks         = locationTasks;
     this.jhroCaseQueries       = jhroCaseQueries;
     this.personTasks           = personTasks;
     this.orgTasks = orgTasks;
 }
Exemplo n.º 4
0
 public SourceManagementTasks(IObjectSourceDuplicatesQuery objectSourceDuplicatesQuery,
                              ISourceTasks sourceTasks,
                              ISourceAttachmentTasks sourceAttachmentTasks,
                              IPersonTasks personTasks,
                              IEventTasks eventTasks,
                              IOrganizationTasks orgTasks,
                              ISourceQueries sourceQueries,
                              ILuceneTasks luceneTasks)
 {
     this.objectSourceDuplicatesQuery = objectSourceDuplicatesQuery;
     this.sourceTasks           = sourceTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
     this.personTasks           = personTasks;
     this.eventTasks            = eventTasks;
     this.orgTasks      = orgTasks;
     this.sourceQueries = sourceQueries;
     this.luceneTasks   = luceneTasks;
 }
Exemplo n.º 5
0
 public UnitSourcesController(IOrganizationTasks orgTasks, ISourceTasks sourceTasks, ISourceAttachmentTasks sourceAttachmentTasks)
 {
     this.orgTasks              = orgTasks;
     this.sourceTasks           = sourceTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
 }
Exemplo n.º 6
0
 public EventSourcesController(IEventTasks eventTasks, ISourceTasks sourceTasks, ISourceAttachmentTasks sourceAttachmentTasks)
 {
     this.eventTasks            = eventTasks;
     this.sourceTasks           = sourceTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
 }
 public AdminSourceSearchesController(ISourceTasks sourceTasks, ISourceAttachmentTasks sourceAttachmentTasks)
 {
     this.sourceTasks           = sourceTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
 }
Exemplo n.º 8
0
 public PersonSourcesController(IPersonTasks personTasks, ISourceTasks sourceTasks, ISourceAttachmentTasks sourceAttachmentTasks)
 {
     this.personTasks           = personTasks;
     this.sourceTasks           = sourceTasks;
     this.sourceAttachmentTasks = sourceAttachmentTasks;
 }