public Repository(iyogakoodbEntities context) { this.Context = context; dbSet = Context.Set <T>(); }
public Repository() { this.Context = new iyogakoodbEntities(); dbSet = Context.Set <T>(); }