コード例 #1
0
 public NorthwindRepository(NorthwindDb db)
 {
     Db    = db;
     DbSet = db.Set <TEntity>();
 }