コード例 #1
0
ファイル: Student.cs プロジェクト: Ideal2014/Ideal
 IList <StudentInfo> IBLL.IStudent.GetAll()
 {
     return(dal.GetAll());
 }