improvements to module/theme installation and removal
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user