10 lines
158 B
C#
10 lines
158 B
C#
namespace JacRed.Models.Sync
|
|
{
|
|
public class Collection
|
|
{
|
|
public string Key { get; set; }
|
|
|
|
public Value Value { get; set; }
|
|
}
|
|
}
|