Backend-scheudler for telegram notifications by new contact requests

This commit is contained in:
Francesco Lorenzo D'Amico
2026-08-18 16:46:07 +02:00
parent ee9e8de354
commit c956c5b3b2
3 changed files with 101 additions and 0 deletions
+2
View File
@@ -33,4 +33,6 @@ public class ContactMessage
[Display(Name = "Gesendet am")]
[DataType(DataType.DateTime)]
public DateTime SentAt { get; set; } = DateTime.Now;
public bool NotificationSent { get; set; } = false;
}