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