namespace Diligent.WebAPI.Host.DTOs.Notification { public class NotificationDeleteDTO { public string UserId { get; set; } public string RoomId { get; set; } } }