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