Beispiel #1
0
 public List <StudentModel> SelectStudentBy(int id)
 {
     return(ist.SelectStudentBy(id));
 }