9 lines
206 B
C#
9 lines
206 B
C#
namespace EnvelopeGenerator.Web.Models
|
|
{
|
|
public class Culture
|
|
{
|
|
public string Language { get; init; } = string.Empty;
|
|
public string FIClass { get; init; } = string.Empty;
|
|
}
|
|
}
|