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