remove POCO interfaces

This commit is contained in:
2021-05-04 17:23:52 +02:00
parent 6d6983c9da
commit 8585c35ef3
173 changed files with 988 additions and 1805 deletions
+1 -1
View File
@@ -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; }
}