sozsoft-platform/api/src/Sozsoft.Platform.Application.Contracts/Note/NoteListRequestDto.cs
Sedat Öztürk 429227df1d Initial
2026-02-24 23:44:16 +03:00

7 lines
No EOL
202 B
C#

using Volo.Abp.Application.Dtos;
public class NoteListRequestDto : PagedAndSortedResultRequestDto
{
public string EntityName { get; set; }
public string EntityId { get; set; }
}