コード例 #1
0
 public GenericBaseRepository(TimeReportContext context)
 {
     this.context = context;
     dbSet        = context.Set <T>();
 }
コード例 #2
0
 public TaskRepository(TimeReportContext context) : base(context)
 {
     this.context = context;
 }