public List <TEntity> HepsiniGetir() { return(db.Set <TEntity>().ToList()); }
public DbSet <T> Set() { return(_db.Set <T>()); }