Ejemplo n.º 1
0
 public string Edit(int id, DateTime birthday, string studentClass)
 {
     return(studentDao.Edit(id, birthday, studentClass));
 }