Добавил wizard
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s

This commit is contained in:
2026-07-08 16:19:15 +03:00
parent fd6506af7b
commit 6d61bce884
9 changed files with 371 additions and 30 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
{
public int Id { get; set; }
public string NameObject { get; set; } = "Unknown";
public string DescriptionObject { get; set; } = string.Empty;
public string? DescriptionObject { get; set; } = null;
}
}