示例#1
0
 public ActionResult <IEnumerable <Keep> > GetUserKeeps(string id)
 {
     return(Ok(_keepRepo.GetUserKeeps(id)));
 }