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