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