Beispiel #1
0
 public List <StudentModel> SelectBy(StudentModel st)
 {
     return(ist.SelectBy(st));
 }