Example #1
0
 public ViewModelStudent()
 {
     StudentClass          = new ModelStudentClass();
     StudentSection        = new ModelStudentSection();
     StudentMonthlyFeeList = new List <ModelStudentFee>();
 }
Example #2
0
 public ModelStudent()
 {
     StudentClass    = new ModelStudentClass();
     StudentSection  = new ModelStudentSection();
     ModelStudentFee = new List <ModelStudentFee>();
 }