示例#1
0
 public ActionResult <Keep> Get(int keepId)
 {
     return(Ok(_repo.GetKeepByKeepId(keepId)));
 }