8 lines
201 B
C#
8 lines
201 B
C#
namespace SessionZero.SzfLib.File;
|
|
|
|
public class SzfFile : ISzfFile
|
|
{
|
|
public string? SzfType { get; set; }
|
|
public string? SchemaVersion { get; set; }
|
|
public string? Content { get; set; }
|
|
} |