public ItemService(ExchaggleDbContext databaseContext) { db = databaseContext; global = new GlobalService(db); imaging = new ImageService(db); tradeManager = new TradeService(db); }
public SettingService(ExchaggleDbContext databaseContext) { db = databaseContext; global = new GlobalService(db); tradeManager = new TradeService(db); }
public UploadService(ExchaggleDbContext databaseContext) { db = databaseContext; global = new GlobalService(db); imaging = new ImageService(db); }
public AccountService(ExchaggleDbContext databaseContext) { db = databaseContext; global = new GlobalService(db); tradeChecker = new TradeService(db); }
public DashboardService(ExchaggleDbContext databaseContext) { db = databaseContext; global = new GlobalService(db); }
public AdminService(ExchaggleDbContext databaseContext) { db = databaseContext; global = new GlobalService(db); }