public efProductRepository(VLGroupContext context)
     : base(context)
 {
 }
Exemple #2
0
 public efCategoryRepository(VLGroupContext context)
     : base(context)
 {
 }
Exemple #3
0
 public efOrderRepository(VLGroupContext context)
     : base(context)
 {
 }
 public EfUnitOfWork(VLGroupContext _dbcontext)
 {
     dbcontext = _dbcontext ?? throw new ArgumentNullException("dbcontext can not be null");
 }