Files
AP-WEB-PF3/PF3/DTO/Show/Request/IdShowDto.cs

6 lines
90 B
C#

namespace PF3.DTO.Request;
public class IdShowDto
{
public int? Id { get; set; }
}