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