コード例 #1
0
ファイル: KeepsController.cs プロジェクト: kasandra0/keepr2
 public ActionResult <IEnumerable <Keep> > GetAllPublicKeeps()
 {
     return(Ok(_repo.GetAllPublicKeeps()));
 }