public RigOapChecklistWorkflowService(
     IRigOapChecklistWorkflowRepository rigOapChecklistWorkflowRepository,
     IRigOapChecklistRepository checklistRepository,
     IIrmaTaskService irmaTaskService,
     IPeopleService peopleService,
     IOapDPAService dpaService,
     IAdminCustomRepository adminCustomRepository,
     IReviewService reviewService) : base(rigOapChecklistWorkflowRepository)
 {
     this.checklistRepository   = checklistRepository;
     this.irmaTaskService       = irmaTaskService;
     this.peopleService         = peopleService;
     this.dpaService            = dpaService;
     this.adminCustomRepository = adminCustomRepository;
     this.reviewService         = reviewService;
 }
 public GetAllRigDPAsHandler(IOapDPAService service)
 {
     this.service = service;
 }