8 lines
196 B
C#
8 lines
196 B
C#
namespace Props.Options
|
|
{
|
|
public class IdentificationOptions
|
|
{
|
|
public const string Identification = "Identification";
|
|
public bool RegistrationEnabled { get; set; }
|
|
}
|
|
} |