コード例 #1
0
ファイル: CourseManager.cs プロジェクト: kidalv1/Webshop
 public List <Course> GetAll()
 {
     return(repo.ReadAll());
 }