Пример #1
0
 public TriathlonRepository(TriathlonContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }