public GetCapaByChecklistIdHandler(IIrmaCAPAService capaService)
 {
     this.capaService = capaService;
 }
Example #2
0
 public GetCAPAByIdHandler(IIrmaCAPAService service)
 {
     this.service = service;
 }