Ejemplo n.º 1
0
 public DeleteEngineCommandHandler(ICheAutoDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public GetEngineActionHandler(ICheAutoDbContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
 public Handler(IMediator mediator, ICheAutoDbContext context)
 {
     _context = context;
 }