コード例 #1
0
ファイル: KeepService.cs プロジェクト: MCharron93/Keepr
 public IEnumerable <Keep> GetAllKeeps()
 {
     return(_repo.GetAllKeeps());
 }