コード例 #1
0
ファイル: CourseManager.cs プロジェクト: kidalv1/Webshop
 public void Add(Course t)
 {
     repo.Create(t);
 }