public marketProxy(MarketDB db, CharacterDB characterDB, ItemDB itemDB, SolarSystemDB solarSystemDB, ItemFactory itemFactory, CacheStorage cacheStorage, NodeContainer nodeContainer, ClientManager clientManager, NotificationManager notificationManager, WalletManager walletManager) { this.DB = db; this.CharacterDB = characterDB; this.ItemDB = itemDB; this.SolarSystemDB = solarSystemDB; this.CacheStorage = cacheStorage; this.ItemFactory = itemFactory; this.NodeContainer = nodeContainer; this.ClientManager = clientManager; this.NotificationManager = notificationManager; this.WalletManager = walletManager; }
public SystemManager(SolarSystemDB db) { this.DB = db; }