示例#1
0
 public CategoryDAL()
 {
     db = new SampleShopDBEntities();
 }
示例#2
0
 public AuthorDAL()
 {
     db = new SampleShopDBEntities();
 }