Ejemplo n.º 1
0
 public DBRepository1()
 {
     _context = new BeforeBuyingContainer();
 }
Ejemplo n.º 2
0
 public GetShopDBData()
 {
     context = new BeforeBuyingContainer();
 }