Passage à ASP.NET vNext
This commit is contained in:
parent
ea90fefc31
commit
388b004837
1929 changed files with 104611 additions and 235941 deletions
15
Yavsc/src/Settings/SiteSettings.cs
Normal file
15
Yavsc/src/Settings/SiteSettings.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
namespace Yavsc
|
||||
{
|
||||
|
||||
public class SiteSettings
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public string Slogan { get; set; }
|
||||
public string Audience { get; set; }
|
||||
public string Authority { get; set; }
|
||||
public EmailEntry Owner { get; set; }
|
||||
public EmailEntry Admin { get; set; }
|
||||
public ThirdPartyFiles UserFiles { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue