NotificationDto.cs 140 B

1234567
  1. using Abp.Application.Services.Dto;
  2. namespace VberZero.AppService.Notifications.Dto;
  3. public class NotificationDto : EntityDto<Guid>
  4. {
  5. }