コード例 #1
0
ファイル: TutorViewModel.cs プロジェクト: markcpalmer/Alllive
 public TutorViewModel()
 {
     User         = new User();
     TutorProfile = new TutorProfile();
 }
コード例 #2
0
ファイル: TutorViewModel.cs プロジェクト: markcpalmer/Alllive
 public TutorViewModel(TutorProfile tp, User u)
 {
     User         = u;
     TutorProfile = tp;
 }