using Abp.Application.Services.Dto; namespace VberZero.AppService.Notifications.Dto; public class NotificationDto : EntityDto<Guid> { }