Exemple #1
0
 public BookQuery WithName(TextQuery q) => Set(x => x.Name                          = q);
Exemple #2
0
 public BookQuery WithTag(BookTag tag, TextQuery q) => Set(x => x.Tags[tag]         = q);
Exemple #3
0
 public ImageQuery WithTag(ImageTag tag, TextQuery q) => Set(x => x.Tags[tag]            = q);