NotificationDto.cs 166 B

12345678910
  1. using System;
  2. using Abp.Application.Services.Dto;
  3. namespace WeApp.BaseSystem.Notifications.Dto
  4. {
  5. public class NotificationDto : EntityDto<Guid>
  6. {
  7. }
  8. }