コード例 #1
0
ファイル: KeepsController.cs プロジェクト: terryphelps/Keeper
 public ActionResult <Keep> GetKeep(int id)
 {
     return(Ok(_service.FindKeepById(id)));
 }