nettoyages de code

This commit is contained in:
Paul Schneider 2016-05-30 13:53:56 +02:00
commit 2b5951fd4a
7 changed files with 31 additions and 13 deletions

View file

@ -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),