public GetDetailRequestHandler(IInvolvedCvContext context, IMapper mapper)
 {
     _mapper  = mapper;
     _context = context;
 }
예제 #2
0
 public GetEmployeesOverviewRequestHandler(IInvolvedCvContext context)
 {
     _context = context;
 }
 public GetAllCvRequestHandler(IInvolvedCvContext context)
 {
     _context = context;
 }