コード例 #1
0
 public GetDetailRequestHandler(IInvolvedCvContext context, IMapper mapper)
 {
     _mapper  = mapper;
     _context = context;
 }
コード例 #2
0
 public GetEmployeesOverviewRequestHandler(IInvolvedCvContext context)
 {
     _context = context;
 }
コード例 #3
0
 public GetAllCvRequestHandler(IInvolvedCvContext context)
 {
     _context = context;
 }