chore
This commit is contained in:
8
Atomx.Common/Models/KeyValue.cs
Normal file
8
Atomx.Common/Models/KeyValue.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Atomx.Common.Models
|
||||
{
|
||||
public class KeyValue
|
||||
{
|
||||
public string Key { get; set; } = string.Empty;
|
||||
public string Value { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user