public EmailTasks(IRequestTasks requestTasks, IEmailService emailService, IUserTasks userTasks, IFeedingSourceTasks feedingSourceTasks) { this.requestTasks = requestTasks; this.emailService = emailService; this.userTasks = userTasks; this.feedingSourceTasks = feedingSourceTasks; }
public FinalizeController(IRequestTasks requestTasks, IScreeningTasks screeningTasks, IRequestPersonTasks requestPersonTasks, IEmailTasks emailTasks) { this.requestTasks = requestTasks; this.screeningTasks = screeningTasks; this.requestPersonTasks = requestPersonTasks; this.emailTasks = emailTasks; }
public ValidateController(IRequestTasks requestTasks, IUserTasks userTasks, IRequestPersonTasks requestPersonTasks, IEmailTasks emailTasks) { this.requestTasks = requestTasks; this.userTasks = userTasks; this.requestPersonTasks = requestPersonTasks; this.emailTasks = emailTasks; }
public ConsolidateController(IRequestTasks requestTasks, IRequestPersonTasks requestPersonTasks, IScreeningTasks screeningTasks, IEmailTasks emailTasks, IUserTasks userTasks) { this.requestTasks = requestTasks; this.requestPersonTasks = requestPersonTasks; this.screeningTasks = screeningTasks; this.emailTasks = emailTasks; this.userTasks = userTasks; }
public HomeController(IScreeningTasks screeningTasks, IRequestTasks requestTasks, IScreeningStatisticTasks screeningStatisticTasks, IOrganizationTasks orgTasks) { this.screeningTasks = screeningTasks; this.requestTasks = requestTasks; this.screeningStatisticTasks = screeningStatisticTasks; this.orgTasks = orgTasks; }
public UsersController(IUserTasks userTasks, IRequestTasks requestTasks, IScreeningTasks screeningTasks, ISourcePermissionTasks sourcePermissionTasks) { this.userTasks = userTasks; this.requestTasks = requestTasks; this.screeningTasks = screeningTasks; this.sourcePermissionTasks = sourcePermissionTasks; }
public InputsController(IUserTasks userTasks, IRequestTasks requestTasks, IRequestPersonTasks requestPersonTasks, IScreeningTasks screeningTasks, IEmailTasks emailTasks, IPdfExportRequestForConditionalityParticipantService pdfExportService) { this.userTasks = userTasks; this.requestTasks = requestTasks; this.requestPersonTasks = requestPersonTasks; this.screeningTasks = screeningTasks; this.emailTasks = emailTasks; this.pdfExportService = pdfExportService; }
public RequestsController(IRequestTasks requestTasks, IUserTasks userTasks, IRequestPersonTasks requestPersonTasks, IPdfExportRequestForInitiatorService pdfExportService, IScreeningTasks screeningTasks, ILuceneTasks luceneTasks) { this.requestTasks = requestTasks; this.userTasks = userTasks; this.requestPersonTasks = requestPersonTasks; this.pdfExportService = pdfExportService; this.screeningTasks = screeningTasks; this.luceneTasks = luceneTasks; }
public BackgroundTasks(ILuceneTasks luceneTasks, IOrganizationTasks orgTasks, IPersonTasks personTasks, IEventTasks eventTasks, IRequestTasks requestTasks, IScreeningTasks screeningTasks, ISourceTasks sourceTasks) { this.luceneTasks = luceneTasks; this.orgTasks = orgTasks; this.personTasks = personTasks; this.eventTasks = eventTasks; this.requestTasks = requestTasks; this.screeningTasks = screeningTasks; this.sourceTasks = sourceTasks; }
public InitiateController(IRequestTasks requestTasks, IUserTasks userTasks, IPersonTasks personTasks, IRequestPersonTasks requestPersonTasks, IEmailTasks emailTasks, ILuceneTasks luceneTasks, IOrganizationTasks orgTasks) { this.requestTasks = requestTasks; this.userTasks = userTasks; this.personTasks = personTasks; this.requestPersonTasks = requestPersonTasks; this.emailTasks = emailTasks; this.luceneTasks = luceneTasks; this.orgTasks = orgTasks; }
public AttachmentsController(IRequestTasks requestTasks, IRequestAttachmentTasks requestAttachmentTasks) { this.requestTasks = requestTasks; this.requestAttachmentTasks = requestAttachmentTasks; }
public ActiveScreeningsController(IPersonTasks personTasks, IRequestTasks requestTasks, IUserTasks userTasks) { this.personTasks = personTasks; this.requestTasks = requestTasks; this.userTasks = userTasks; }
public RequestEntityController(IRequestTasks requestTasks, IUserTasks userTasks) { this.requestTasks = requestTasks; this.userTasks = userTasks; }