diff --git a/Knots/DTO/Discussion/CreateDiscussionDto.cs b/Knots/DTO/Discussion/CreateDiscussionDto.cs new file mode 100644 index 0000000..20d543e --- /dev/null +++ b/Knots/DTO/Discussion/CreateDiscussionDto.cs @@ -0,0 +1,6 @@ +namespace Knots.DTO.Discussion; + +public class CreateDiscussionDto +{ + +} \ No newline at end of file diff --git a/Knots/DTO/Discussion/DeleteDiscussionDto.cs b/Knots/DTO/Discussion/DeleteDiscussionDto.cs new file mode 100644 index 0000000..5f89be5 --- /dev/null +++ b/Knots/DTO/Discussion/DeleteDiscussionDto.cs @@ -0,0 +1,6 @@ +namespace Knots.DTO.Discussion; + +public class DeleteDiscussionDto +{ + +} \ No newline at end of file diff --git a/Knots/DTO/Discussion/GetDiscussionDto.cs b/Knots/DTO/Discussion/GetDiscussionDto.cs new file mode 100644 index 0000000..68e0f0b --- /dev/null +++ b/Knots/DTO/Discussion/GetDiscussionDto.cs @@ -0,0 +1,6 @@ +namespace Knots.DTO.Discussion; + +public class GetDiscussionDto +{ + +} \ No newline at end of file diff --git a/Knots/Knots.csproj b/Knots/Knots.csproj index afc3a63..cab13e8 100644 --- a/Knots/Knots.csproj +++ b/Knots/Knots.csproj @@ -19,7 +19,11 @@ - + + + + +