예제 #1
0
 public TodoRepository(CSTrainingContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <T>();
 }