6 lines
95 B
C#
6 lines
95 B
C#
namespace Knots.DTO.Group;
|
|
|
|
public class DeleteGroupDto
|
|
{
|
|
public string? Id { get; set; }
|
|
} |