예제 #1
0
 public EfCategoryRepository(DNBSuperMarketContext context) : base(context)
 {
 }
예제 #2
0
 public EfUnitOfWork(DNBSuperMarketContext _dbContext)
 {
     dbContext = _dbContext ?? throw new ArgumentNullException("dbcontext can not be null");
 }
예제 #3
0
 public EfOrderLineRepository(DNBSuperMarketContext context) : base(context)
 {
 }
 public EfProductRepository(DNBSuperMarketContext context) : base(context)
 {
 }