Пример #1
0
 public AddHabitViewModel(NotesViewModel notesViewModel)
 {
     NotesViewModel = notesViewModel;
 }
Пример #2
0
 public AddDailyViewModel(NotesViewModel notesViewModel)
 {
     NotesViewModel = notesViewModel;
     CurrentUser    = NotesViewModel.CurrentUser;
     UserContext    = new UserContext();
 }