Files
Knots/Knots/DTO/Group/DeleteGroupDto.cs
2026-03-19 16:44:48 +01:00

6 lines
92 B
C#

namespace Knots.DTO.Group;
public class DeleteGroupDto
{
public int? Id { get; set; }
}