Exemple #1
0
 public ActionResult <IEnumerable <Keep> > GetAllPublicKeeps()
 {
     return(Ok(_repo.GetAllPublicKeeps()));
 }