コード例 #1
0
ファイル: CourseBll.cs プロジェクト: qaz734913414/CallNames
 public SqlDataReader  showCourse(string tea_id)
 {
     return(courseDao.showCourse(tea_id));
 }