コード例 #1
0
ファイル: KeepsService.cs プロジェクト: jraitter/mykeepr
 public IEnumerable<Keep> Get()
 {
   return _repo.GetPublic();
 }