9 lines
177 B
C#
9 lines
177 B
C#
|
namespace PortProxyGUI.Data
|
|||
|
{
|
|||
|
public struct MigrationKey
|
|||
|
{
|
|||
|
public string MigrationId { get; set; }
|
|||
|
public string ProductVersion { get; set; }
|
|||
|
}
|
|||
|
}
|