Ejemplo n.º 1
0
 public ItemManager(ItemFactory factory)
 {
     this.ItemFactory = factory;
 }
Ejemplo n.º 2
0
 public SystemManager(GeneralDB generalDB, ItemFactory itemFactory)
 {
     this.GeneralDB   = generalDB;
     this.ItemFactory = itemFactory;
 }