コード例 #1
0
ファイル: StudentBLL.cs プロジェクト: a2499260763/MLQ
 public List <StudentModel> SelectStudentBy(int id)
 {
     return(ist.SelectStudentBy(id));
 }