public PaymentRepository(EntityDBContext context) { _entityContext = context; }
public CityOperator() { db = new EntityDBContext(); }
public DeviceOperator() { db = new EntityDBContext(); }
public CategoryRepository(EntityDBContext context) { _context = context; }
public ImageRepository(EntityDBContext context) { _context = context; }
public GenaricRepository(EntityDBContext context) { this.Context = context; this._dbSet = context.Set <T>(); }
public ItemRepository(EntityDBContext context) { _context = context; }