Folder and file management service

This commit is contained in:
Shaun Walker
2020-02-11 14:25:38 -05:00
parent ee682516c3
commit 6a92c9f764
45 changed files with 1075 additions and 421 deletions

View File

@ -9,6 +9,9 @@ namespace Oqtane.Models
public string Username { get; set; }
public string DisplayName { get; set; }
public string Email { get; set; }
public int? PhotoFileId { get; set; }
public DateTime? LastLoginOn { get; set; }
public string LastIPAddress { get; set; }
[NotMapped]
public int SiteId { get; set; }