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