Ejemplo n.º 1
0
        public BaseStepViewModel RenderAccountPage()
        {
            IStepBase settingsStep = new AccountStep();

            return(_factory.CreateStepViewModel(settingsStep));
        }
Ejemplo n.º 2
0
 public AccountViewModel(AccountStep accountStep)
 {
     SomeProperty = $"Created from {accountStep.Name}";
 }