public StockTickerViewModel(ISearchViewModel searchViewModel, IBusyIndicationViewModel busyIndication) { this.Search = searchViewModel; this.BusyIndication = busyIndication; this.DisplayName = General.StockTickerTitle; }
public AuthenticationViewModel(IAuthenticationStepFactory authenticationStepFactory, IBusyIndicationViewModel busyIndication) { this.authenticationStepFactory = authenticationStepFactory; this.BusyIndication = busyIndication; this.DisplayName = Authentication.AuthenticationTitle; }