13 lines
No EOL
327 B
C#
13 lines
No EOL
327 B
C#
namespace isnd.Entities
|
|
{
|
|
public class IsndSettings
|
|
{
|
|
public string ExternalUrl { get; set; }
|
|
|
|
public string ProtectionTitle {get; set;}
|
|
public string PackagesRootDir {get; set;}
|
|
public string CatalogDir {get; set;}
|
|
public int MaxUserKeyCount {get; set;}
|
|
|
|
}
|
|
} |