예제 #1
0
파일: Student.cs 프로젝트: Ideal2014/Ideal
 IList <StudentInfo> IBLL.IStudent.GetStudentsByDate(DateTime dateTime)
 {
     return(dal.GetStudentsByDate(dateTime));
 }