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