remove POCO interfaces
This commit is contained in:
@@ -12,7 +12,7 @@ namespace zero.Web.Models
|
||||
|
||||
public string Icon { get; set; }
|
||||
|
||||
// TODO use IUserClaim and resolve to default type
|
||||
// TODO use UserClaim and resolve to default type
|
||||
// see here: http://www.dotnet-programming.com/post/2017/05/08/Aspnet-core-Deserializing-Json-with-Dependency-Injection.aspx
|
||||
public List<UserClaim> Claims { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user