Ejemplo n.º 1
0
 public OrderRepository(DispatcherDbContext dbContext, Mapper mapper)
 {
     this.dbContext = dbContext;
     this.mapper    = mapper;
 }
Ejemplo n.º 2
0
 public UnitOfWork(DispatcherDbContext dbContext, Mapper mapper)
 {
     this.dbContext = dbContext;
     this.mapper    = mapper;
 }
Ejemplo n.º 3
0
 public SuggestionRepository(DispatcherDbContext dbContext, Mapper mapper)
 {
     this.dbContext = dbContext;
     this.mapper    = mapper;
 }