コード例 #1
0
 public GenericRepository()
 {
     this.dbSet = context.Set <T>();
 }