You've already forked onecmonitor
mirror of
https://github.com/akpaevj/onecmonitor.git
synced 2026-06-19 22:59:58 +02:00
7 lines
182 B
C#
7 lines
182 B
C#
namespace OnecMonitor.Server.Models;
|
|
|
|
public class SelectableItemViewModel
|
|
{
|
|
public string Id { get; set; } = string.Empty;
|
|
public string Name { get; set; } = string.Empty;
|
|
} |