コード例 #1
0
ファイル: CardController.cs プロジェクト: fzckon/Card
 private bool Exists(Guid id)
 {
     return(cardRepo.Exists(e => e.Id == id));
 }