Exemplo n.º 1
0
 public IQueryable <ChessNote> GetNotesAgainst(int id)
 => Notes.AsQueryable().Where(x => x.TargetId == id);