Exemplo n.º 1
0
 public SqlDataReader  showCourse(string tea_id)
 {
     return(courseDao.showCourse(tea_id));
 }