Ejemplo n.º 1
0
 public DriverRepository(DeathRaceContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }