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