public InnAppToastViewModel(IYesNetworkService ns, IYesLoginService ls, YesSessionUpdater ys, NetworkChangeHandler nch) { _ns = ns; _ls = ls; _ys = ys; _nch = nch; }
public MainPageViewModel( INavigationService navS, IYesLoginService ls, IYesNetworkService ns, IDialogService ds, AccountsPanelViewModel acsvm, InnAppToastViewModel iatvm, NetworkChangeHandler nch, YesSessionUpdater ysu, YesContext db) : base(navS) { _ls = ls; _ns = ns; _ds = ds; _db = db; _nch = nch; _ysu = ysu; _accountsVM = acsvm; _inAppToastVM = iatvm; }
public AccountViewModel(YesContext db, IYesLoginService ls, NetworkChangeHandler nch) { _db = db; _ls = ls; _nch = nch; }