Skip to content

Commit

Permalink
Update Index.cshtml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto authored Aug 6, 2023
1 parent 94908ee commit 758c3a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotnet/net6.0/razorpageapp/Pages/Index.cshtml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ namespace razorpageapp.Pages;

public class IndexModel : PageModel
{
private const string message = "hello world";
private readonly ILogger<IndexModel> _logger;

public IndexModel(ILogger<IndexModel> logger)
Expand Down

0 comments on commit 758c3a7

Please sign in to comment.