public ReadItemViewModel(SelfwinApp app, IAppNavigation navigation, ItemViewModel item) { this.App = app; this.Navigation = navigation; if (item != null) { Parameter = item; } }
public AllItemsViewModel(IAppNavigation navigation, SelfwinApp app) { this.App = app; this.Navigation = navigation; }