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