public StoreManager()
 {
     storeCrud = new StoreCrudFactory();
 }
Exemple #2
0
 public StoreManagement()
 {
     crudStore = new StoreCrudFactory();
 }