Namespace Serenity.Character.InterfaceAdapters.Presenters
Classes
UnityCharacterPresenter
Instance-based presenter that creates an CharacterViewModel from the supplied ICharacterArchetypeConfig (Application) and binds it to the view. Depends only on InterfaceAdapters abstractions (ICharacterView) and Application/Domain types — no Infrastructure references. Instantiated once by the installer and injected via delegates.