bug rename seance

This commit is contained in:
2019-01-01 20:14:34 +00:00
parent 5b8e9b3975
commit 5f499435a7
384 changed files with 686 additions and 570 deletions

View File

@ -33,7 +33,7 @@ namespace Yavsc.ViewComponents
{
long[] usercircles = await _context.Circle.Include(c=>c.Members).
Where(c=>c.Members.Any(m=>m.MemberId == viewerId))
.Select(c=>c.Id).ToArray();
.Select(c=>c.Id).ToArrayAsync();
IQueryable<BlogPost> posts ;
var allposts = _context.Blogspot
.Include(b => b.Author)