Exemplo n.º 1
0
 public SessionsRepositoryEF(ApplicationDbContext dbContext, EntitiesMapper mapper)
 {
     this.dbContext = dbContext;
     this.mapper    = mapper;
 }
Exemplo n.º 2
0
 public EFPersistenceContext(EntitiesMapper mapper)
 {
     this.mapper = mapper;
 }