public ProductOptionsRepositiory()
 {
     Context = new refactor_meContext();
 }
Example #2
0
 public ProductsRepository()
 {
     Context = new refactor_meContext();
 }