コード例 #1
0
ファイル: KeepService.cs プロジェクト: MCharron93/Keepr
 public Keep GetSingleKeep(int id)
 {
     return(_repo.GetSingleKeep(id));
 }