public GenericBaseRepository(TimeReportContext context) { this.context = context; dbSet = context.Set <T>(); }
public TaskRepository(TimeReportContext context) : base(context) { this.context = context; }