Update Index.cshtml.cs

This commit is contained in:
Isaac Levin 2019-06-06 10:55:02 -04:00 committed by GitHub
parent 9468e2dfed
commit 8c5800a94c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace Company.WebApplication1.Pages
{ {
private readonly ILogger<IndexModel> logger; private readonly ILogger<IndexModel> logger;
public ErrorModel(ILogger<IndexModel> _logger) public IndexModel(ILogger<IndexModel> _logger)
{ {
logger = _logger; logger = _logger;
} }