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