Compare commits

...

2 Commits

Author SHA1 Message Date
oistig
2258e5ad8e Merge remote-tracking branch 'origin/develop' into develop 2026-03-12 15:35:45 +01:00
oistig
fe4c8d4080 Création Dto Discussion 2026-03-12 15:35:40 +01:00
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
{
}

View File

@@ -19,7 +19,11 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="DTO\" /> <Folder Include="DTO\Group\" />
<Folder Include="DTO\Key\" />
<Folder Include="DTO\Message\" />
<Folder Include="DTO\Role\" />
<Folder Include="DTO\User\" />
<Folder Include="Endpoints\" /> <Folder Include="Endpoints\" />
<Folder Include="Validators\" /> <Folder Include="Validators\" />
</ItemGroup> </ItemGroup>