コード例 #1
0
 public ActionResult <Keep> GetAKeep(int keepId)
 {
     return(Ok(_repo.GetAKeep(keepId)));
 }