Création Dto Discussion

This commit is contained in:
oistig
2026-03-12 15:35:40 +01:00
parent f2e4058b04
commit fe4c8d4080
4 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
namespace Knots.DTO.Discussion;
public class CreateDiscussionDto
{
}

View File

@@ -0,0 +1,6 @@
namespace Knots.DTO.Discussion;
public class DeleteDiscussionDto
{
}

View File

@@ -0,0 +1,6 @@
namespace Knots.DTO.Discussion;
public class GetDiscussionDto
{
}