Add Edit Mode for Administration

This commit is contained in:
Shaun Walker
2019-09-04 11:07:48 -04:00
parent 1e4c07889b
commit e1cc1ce973
14 changed files with 253 additions and 192 deletions

View File

@ -5,7 +5,7 @@ namespace Oqtane.Models
public class Profile : IAuditable
{
public int ProfileId { get; set; }
public int SiteId { get; set; }
public int? SiteId { get; set; }
public string Name { get; set; }
public string Title { get; set; }
public string Description { get; set; }