Пример #1
0
 public List <StudentBO> GetStudents()
 {
     return(_iStudentDAL.GetStudents());
 }