using site settings to build legal page

This commit is contained in:
Paul Schneider 2016-10-07 12:50:23 +02:00
commit 94495236e1
2 changed files with 9 additions and 3 deletions

View file

@ -20,5 +20,11 @@ namespace Yavsc
public EmailEntry Admin { get; set; }
public ThirdPartyFiles UserFiles { get; set; }
public string BusinessName { get; set; }
public string Street { get; set; }
public string PostalCode { get; set; }
public string CountryCode { get; set; }
}
}