コード例 #1
0
ファイル: SqlSet.cs プロジェクト: ilovejs/DbExtensions
 public bool AreThereAnyProducts()
 {
     return(productSet.Any());
 }