Spaces:
Running
Running
| namespace TaskTrackingSystem.Shared.Models.Notification; | |
| public class RegisterDeviceTokenDto | |
| { | |
| public string FcmToken { get; set; } = string.Empty; | |
| } | |
| namespace TaskTrackingSystem.Shared.Models.Notification; | |
| public class RegisterDeviceTokenDto | |
| { | |
| public string FcmToken { get; set; } = string.Empty; | |
| } | |