Пример #1
0
 public Grade(GradeViewModel gradeVM)
 {
     this.StudentId = gradeVM.StudentId;
     this.Points = gradeVM.Points;
 }