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