refact
This commit is contained in:
parent
7be51c6ac3
commit
9b7a6c0125
11 changed files with 66 additions and 25 deletions
|
|
@ -28,7 +28,7 @@ namespace Yavsc.Helpers
|
|||
{
|
||||
if (readerId == null)
|
||||
{
|
||||
var userPosts = dbContext.blogspotPublications.Include(
|
||||
var userPosts = dbContext.blogSpotPublications.Include(
|
||||
b => b.BlogPost
|
||||
).Where(x => x.BlogPost.AuthorId == posterId)
|
||||
.Select(x=>x.BlogPost).ToArray();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue