public GenericFactory(SaraContext _db) { this.db = _db; entity = db.Set <T>(); }
public GenericFactory() { this.db = new SaraContext(); entity = db.Set <T>(); }