Files
astankovmi 7aa990a12b
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 37s
Добавил BLAZORIES.Переписать все на него.
2026-06-23 19:28:04 +03:00

9 lines
199 B
C#

namespace Ministreliy.Models
{
public class DataStore
{
public static List<DeviceType>? ListDeviceTypesStore;
public static List<DeviceItem>? ListDeviceItemsStore;
}
}