public ProductOptionsRepositiory()
 {
     Context = new refactor_meContext();
 }
Esempio n. 2
0
 public ProductsRepository()
 {
     Context = new refactor_meContext();
 }