예제 #1
0
 public DataTable Report_DisplayRequestsByStudentCode(RequestClass request)
 {
     return(dal.DisplayRequestsByStudentCode(request));
 }