Exemplo n.º 1
0
 public DataTable attendanceOneCourse(string cou_id, string tea_id)
 {
     return(courseDao.attendanceOneCourse(cou_id, tea_id));
 }