コード例 #1
0
ファイル: SuperviseController.cs プロジェクト: Lby23/API
 public List <Stu> GetAll()
 {
     return(dl.GetList());
 }