Compare commits
2 Commits
cec5946234
...
2258e5ad8e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2258e5ad8e | ||
|
|
fe4c8d4080 |
6
Knots/DTO/Discussion/CreateDiscussionDto.cs
Normal file
6
Knots/DTO/Discussion/CreateDiscussionDto.cs
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
namespace Knots.DTO.Discussion;
|
||||||
|
|
||||||
|
public class CreateDiscussionDto
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
6
Knots/DTO/Discussion/DeleteDiscussionDto.cs
Normal file
6
Knots/DTO/Discussion/DeleteDiscussionDto.cs
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
namespace Knots.DTO.Discussion;
|
||||||
|
|
||||||
|
public class DeleteDiscussionDto
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
6
Knots/DTO/Discussion/GetDiscussionDto.cs
Normal file
6
Knots/DTO/Discussion/GetDiscussionDto.cs
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
namespace Knots.DTO.Discussion;
|
||||||
|
|
||||||
|
public class GetDiscussionDto
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user