Ejemplo n.º 1
0
 public StoreManager()
 {
     storeCrud = new StoreCrudFactory();
 }
Ejemplo n.º 2
0
 public StoreManagement()
 {
     crudStore = new StoreCrudFactory();
 }