Add admin email wizard and logging
This commit is contained in:
@@ -10,6 +10,7 @@ public class NotificationLogDto
|
||||
public NotificationType NotificationType { get; set; }
|
||||
public string NotificationTypeDisplay => NotificationType switch
|
||||
{
|
||||
NotificationType.AdminEmail => "Admin Email",
|
||||
NotificationType.QuoteSent => "Quote Sent",
|
||||
NotificationType.QuoteApproved => "Quote Approved",
|
||||
NotificationType.JobStatusChanged => "Job Status Changed",
|
||||
|
||||
Reference in New Issue
Block a user