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