示例#1
0
 IList <StudentInfo> IBLL.IStudent.GetStudentsByDate(DateTime dateTime)
 {
     return(dal.GetStudentsByDate(dateTime));
 }