예제 #1
0
        public BaseStepViewModel RenderAccountPage()
        {
            IStepBase settingsStep = new AccountStep();

            return(_factory.CreateStepViewModel(settingsStep));
        }
예제 #2
0
 public AccountViewModel(AccountStep accountStep)
 {
     SomeProperty = $"Created from {accountStep.Name}";
 }