コード例 #1
0
 public CustomerRepository(testEntities db)
 {
     this.db = db;
 }
コード例 #2
0
 public CustomerRepository()
 {
     this.db = new testEntities();
 }