IList <StudentInfo> IBLL.IStudent.GetStudentsByDate(DateTime dateTime) { return(dal.GetStudentsByDate(dateTime)); }