hlaingnandarhtet
Merge remote changes and apply TaskStatus/TaskPriority enum refactoring
47e77e5
Raw
History Blame Contribute Delete
155 Bytes
namespace TaskTrackingSystem.Shared.Models.Notification;
public class RegisterDeviceTokenDto
{
public string FcmToken { get; set; } = string.Empty;
}