예제 #1
0
 public AddHabitViewModel(NotesViewModel notesViewModel)
 {
     NotesViewModel = notesViewModel;
 }
예제 #2
0
 public AddDailyViewModel(NotesViewModel notesViewModel)
 {
     NotesViewModel = notesViewModel;
     CurrentUser    = NotesViewModel.CurrentUser;
     UserContext    = new UserContext();
 }