using site settings to build legal page
This commit is contained in:
parent
61d5e6a184
commit
94495236e1
2 changed files with 9 additions and 3 deletions
|
|
@ -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; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue