public void Inject() { this.db = DI.Get <Database>(); this.characterService = DI.Get <CharacterService>(); this.loginService = DI.Get <LoginService>(); }
public void Inject() { this.config = DI.Get <Configuration>(); }