Refactored repository pattern for Add and Update methods so that they return their respective entity objects
This commit is contained in:
@ -10,6 +10,8 @@ namespace Oqtane.Models
|
||||
public string Roles { get; set; }
|
||||
public bool IsSuperUser { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public int SiteId { get; set; }
|
||||
[NotMapped]
|
||||
public string Password { get; set; }
|
||||
[NotMapped]
|
||||
|
Reference in New Issue
Block a user