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