コード例 #1
0
ファイル: Repository.cs プロジェクト: Kriptokek/Auction
 public Repository(DALContext db)
 {
     this.db = db;
     _dbSet  = db.Set <T>();
 }