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