Exemplo n.º 1
0
 public Student GetSudentById(int id)
 {
     return(dbCtrl.GetStudentById(id));
 }