コード例 #1
0
ファイル: CourseManager.cs プロジェクト: kidalv1/Webshop
 public Course FindById(int?id)
 {
     return(repo.Read(id));
 }