示例#1
0
 public DBRepository1()
 {
     _context = new BeforeBuyingContainer();
 }
示例#2
0
 public GetShopDBData()
 {
     context = new BeforeBuyingContainer();
 }