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