Update Privacy.cshtml.cs

This commit is contained in:
Isaac Levin 2019-06-06 10:55:26 -04:00 committed by GitHub
parent 8c5800a94c
commit 018800ed41
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<PrivacyModel> logger;
public ErrorModel(ILogger<PrivacyModel> _logger)
public PrivacyModel(ILogger<PrivacyModel> _logger)
{
logger = _logger;
}