예제 #1
0
 public UnitOfWork(CachbotContext context)
 {
     _context = context;
 }
예제 #2
0
 public DealerSeed(CachbotContext context)
 {
     _context = context;
 }
예제 #3
0
 protected Repository(CachbotContext context)
 {
     _context = context;
     _dbSet   = _context.Set <TEntity>();
 }
예제 #4
0
 public PurchaseRepository(CachbotContext context) : base(context)
 {
 }
예제 #5
0
 public DealerRepository(CachbotContext context) : base(context)
 {
 }