upd
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 10s

This commit is contained in:
2026-06-08 12:17:57 +03:00
parent d46dd0b6d2
commit 3c5cf931ff
44 changed files with 44484 additions and 26 deletions
+8
View File
@@ -0,0 +1,8 @@
namespace Ministreliy.Models
{
public class DeviceType
{
public int Id { get; set; }
public string Name { get; set; }
}
}