예제 #1
0
 public standing2(CacheStorage cacheStorage, StandingDB db, ItemFactory itemFactory, NotificationManager notificationManager)
 {
     this.CacheStorage        = cacheStorage;
     this.DB                  = db;
     this.ItemFactory         = itemFactory;
     this.NotificationManager = notificationManager;
 }
예제 #2
0
 protected reprocessingSvc(ReprocessingDB reprocessingDb, StandingDB standingDb, Corporation corporation, Station station, ItemInventory inventory, ItemFactory itemFactory, BoundServiceManager manager, Client client) : base(manager, client)
 {
     this.ReprocessingDB = reprocessingDb;
     this.StandingDB     = standingDb;
     this.mCorporation   = corporation;
     this.mStation       = station;
     this.mInventory     = inventory;
     this.ItemFactory    = itemFactory;
 }
예제 #3
0
 public reprocessingSvc(ReprocessingDB reprocessingDb, StandingDB standingDb, ItemFactory itemFactory, BoundServiceManager manager) : base(manager, null)
 {
     this.ReprocessingDB = reprocessingDb;
     this.StandingDB     = standingDb;
     this.ItemFactory    = itemFactory;
 }
예제 #4
0
 public standing2(CacheStorage cacheStorage, StandingDB db, ItemManager itemManager)
 {
     this.CacheStorage = cacheStorage;
     this.DB           = db;
     this.ItemManager  = itemManager;
 }