Esempio n. 1
0
 //Returns ViewModel of Trainee by the Id
 public StudentViewModel GetStudentById(int id)
 {
     return(rsc.GetStudentById(id));
 }