1
0
mirror of https://github.com/akpaevj/onecmonitor.git synced 2026-06-13 21:18:17 +02:00
Files
onecmonitor/oneswiss-server/Models/ConfigurationRepositoryMiddlewareArgument.cs

7 lines
216 B
C#

namespace OneSwiss.Server.Models;
public class ConfigurationRepositoryMiddlewareArgument : DatabaseObject
{
public string Key { get; set; } = string.Empty;
public string Value { get; set; } = string.Empty;
}