コード例 #1
0
ファイル: Student.cs プロジェクト: Ideal2014/Ideal
 void IBLL.IStudent.Modify(StudentInfo student)
 {
     if (student == null)
     {
         throw new Exception();
     }
     dal.Modify(student);
 }