public Repository(REG_FSS_DB context) { _context = context; this.table = _context.Set <T>(); }
public Repository() { this._context = new REG_FSS_DB(); this.table = _context.Set <T>(); }