コード例 #1
0
 public EFTestProductRepository(GBKTestContext thisDb)
 {
     db = thisDb;
 }
コード例 #2
0
 public EFTestProductRepository()
 {
     db = new GBKTestContext();
 }