mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-05-15 08:24:42 +00:00
Fixed V1 build issue
This commit is contained in:
@@ -42,7 +42,6 @@ namespace ReadmeSample
|
||||
var result = query.First();
|
||||
|
||||
Console.WriteLine($"Jons latest order had a grant total of {result.GrandTotal}");
|
||||
Console.WriteLine($"The following query was used to fetch the results: {query.ToQueryString()}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user