예제 #1
0
 public DeleteEngineCommandHandler(ICheAutoDbContext context)
 {
     _context = context;
 }
예제 #2
0
 public GetEngineActionHandler(ICheAutoDbContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public Handler(IMediator mediator, ICheAutoDbContext context)
 {
     _context = context;
 }