Пример #1
0
 IList <StudentInfo> IBLL.IStudent.GetAll()
 {
     return(dal.GetAll());
 }