示例#1
0
 void IBLL.IStudent.Modify(StudentInfo student)
 {
     if (student == null)
     {
         throw new Exception();
     }
     dal.Modify(student);
 }