This commit is contained in:
2026-03-12 16:09:17 +01:00
parent 2258e5ad8e
commit 7ede95db7c
17 changed files with 100 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
namespace Knots.DTO.Key;
public class DeleteKeyDto
{
public int Id { get; set; }
}