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