nettoyages de code
This commit is contained in:
parent
bc0f7cbafd
commit
2b5951fd4a
7 changed files with 31 additions and 13 deletions
|
|
@ -86,6 +86,7 @@ namespace Yavsc.Controllers
|
|||
|
||||
var user = await GetCurrentUserAsync();
|
||||
long pc = _dbContext.Blogspot.Count(x => x.AuthorId == user.Id);
|
||||
|
||||
var model = new IndexViewModel
|
||||
{
|
||||
HasPassword = await _userManager.HasPasswordAsync(user),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue