OpenInsightApplicationProgrammingInterface
This commit is contained in:
@ -7,13 +7,9 @@ public class NotificationModel : PageModel
|
||||
{
|
||||
|
||||
public AppSettings AppSettings { get; }
|
||||
private readonly ILogger<NotificationModel> _Logger;
|
||||
|
||||
public NotificationModel(ILogger<NotificationModel> logger, AppSettings appSettings)
|
||||
{
|
||||
_Logger = logger;
|
||||
public NotificationModel(AppSettings appSettings) =>
|
||||
AppSettings = appSettings;
|
||||
}
|
||||
|
||||
public void OnGet()
|
||||
{
|
||||
|
Reference in New Issue
Block a user