예제 #1
0
파일: Student.cs 프로젝트: Ideal2014/Ideal
 StudentInfo IBLL.IStudent.Get(int id)
 {
     return(dal.Get(id));
 }