Пример #1
0
 public bool UpdateStudentToDataBase(string _studentid, Student student)
 {
     return(studentDA.UpdateStudent(_studentid, student));
 }