Exemplo n.º 1
0
 public DataProvider(BetingSystemDbContext db, IConfigurationProvider mapperConfig, ITicketBonusesRepository ticketBonusesRepository)
 {
     _db                      = db;
     _mapperConfig            = mapperConfig;
     _ticketBonusesRepository = ticketBonusesRepository;
 }
Exemplo n.º 2
0
 public UnitOfWork(BetingSystemDbContext dbContext)
 {
     _dbContext = dbContext;
 }