Spaces:
Running
Running
File size: 155 Bytes
47e77e5 | 1 2 3 4 5 6 7 | namespace TaskTrackingSystem.Shared.Models.Notification;
public class RegisterDeviceTokenDto
{
public string FcmToken { get; set; } = string.Empty;
}
|