コード例 #1
0
ファイル: KeepsService.cs プロジェクト: terryphelps/Keeper
 public List <Keep> Find()
 {
     return(_repo.Find());
 }