public EFSelectedProductRepository(EFDbContext context)
 {
     _context = context;
 }
 public EFTagRepository(EFDbContext context)
 {
     this._context  = context;
     this._disposed = false;
 }
Exemple #3
0
 public EFPaymentRepository(EFDbContext context)
 {
     _context = context;
 }