6 lines
101 B
C#
6 lines
101 B
C#
namespace Knots.DTO.Discussion;
|
|
|
|
public class DeleteDiscussionDto
|
|
{
|
|
public int Id { get; set; }
|
|
} |