public GenericRepository(TMSContext db) { this.db = db; table = db.Set <T>(); }
public GenericRepository() { this.db = new TMSContext(); table = db.Set <T>(); }