Exemple #1
0
 public MajorVm()
 {
     StudentList = new StudentListVm();
 }
Exemple #2
0
 public FrameworkAllVM()
 {
     Vm     = new StudentVm();
     ListVm = new StudentListVm();
 }