Beispiel #1
0
 public int StudentUpd(StudentModel t)
 {
     return(isd.StudentUpd(t));
 }