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