Files
Knots/Knots/DTO/Group/DeleteGroupDto.cs
2026-03-12 16:09:17 +01:00

6 lines
95 B
C#

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