コード例 #1
0
 public void any()
 {
     Assert.True(_db.HasAnyRows <Post>());
     Assert.False(_db.HasAnyRows <Post>(p => p.IsActive));
 }