Exemplo n.º 1
0
 public int StudentDel(StudentModel t)
 {
     return(isd.StudentDel(t));
 }
Exemplo n.º 2
0
 public int StudentDel(StudentModel st)
 {
     return(ist.StudentDel(st));
 }