コード例 #1
0
ファイル: StageService.cs プロジェクト: thinhvt/Viking
 public List <tbl_Stage> getAllStage()
 {
     return(rep.getAll());
 }