9 lines
200 B
C#
9 lines
200 B
C#
namespace Library36.Models
|
|
{
|
|
public class DocumentConfig
|
|
{
|
|
public string FilePath { get; init; } = string.Empty;
|
|
public string Header { get; init; } = string.Empty;
|
|
}
|
|
}
|