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