Gestita pagina notifiche
This commit is contained in:
12
salesbook.Shared/Core/Dto/NotificationDataDTO.cs
Normal file
12
salesbook.Shared/Core/Dto/NotificationDataDTO.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace salesbook.Shared.Core.Dto;
|
||||
|
||||
public class NotificationDataDTO
|
||||
{
|
||||
[JsonPropertyName("activityId")]
|
||||
public string? ActivityId { get; set; }
|
||||
|
||||
[JsonPropertyName("type")]
|
||||
public string? Type { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user