Exemplo n.º 1
0
 public UnitOfWork(CasDbContext dbContext, IOfferRepository repository)
 {
     _dbContext      = dbContext;
     OfferRepository = repository;
 }
Exemplo n.º 2
0
 public OfferRepository(CasDbContext dbContext)
 {
     _dbContext = dbContext;
 }