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