Creata card notifiche
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace salesbook.Shared.Core.Dto.Notification;
|
||||
|
||||
public class PushNotificationDTO
|
||||
{
|
||||
public string? Title { get; set; }
|
||||
public string? Message { get; set; }
|
||||
|
||||
public DateTime Hours => DateTime.Now;
|
||||
}
|
||||
Reference in New Issue
Block a user