Exemplo n.º 1
0
 public AddHabitViewModel(NotesViewModel notesViewModel)
 {
     NotesViewModel = notesViewModel;
 }
Exemplo n.º 2
0
 public AddDailyViewModel(NotesViewModel notesViewModel)
 {
     NotesViewModel = notesViewModel;
     CurrentUser    = NotesViewModel.CurrentUser;
     UserContext    = new UserContext();
 }