Пример #1
0
 public IconRepository(BhgContext context, IConfigurationProvider mappingConfiguration, IMapper mapper)
 {
     _context = context;
     _mappingConfiguration = mappingConfiguration;
     _mapper = mapper;
 }
Пример #2
0
 public GemRepository(BhgContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #3
0
 public AttachmentRepository(BhgContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
Пример #4
0
 public TreasureMapRepository(BhgContext context, IConfigurationProvider mappingConfiguration)
 {
     _context = context;
     _mappingConfiguration = mappingConfiguration;
 }
Пример #5
0
 public RouteLineRepository(BhgContext context)
 {
     _context = context;
 }
Пример #6
0
 public UserService(BhgContext context)
 {
     _context = context;
 }