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