improvements to module/theme installation and removal

This commit is contained in:
Shaun Walker
2019-10-09 12:06:53 -04:00
parent 879dae75aa
commit 2607d4dbb3
23 changed files with 169 additions and 37 deletions

View File

@ -5,6 +5,7 @@ namespace Oqtane.Models
public class Site : IAuditable, IDeletable
{
public int SiteId { get; set; }
public int TenantId { get; set; }
public string Name { get; set; }
public string Logo { get; set; }
public string DefaultThemeType { get; set; }