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
@@ -7,7 +7,7 @@ namespace zero.Core.Extensions
{
public static class BackofficeUserExtensions
{
public static string[] GetAllowedAppIds(this IBackofficeUser user)
public static string[] GetAllowedAppIds(this BackofficeUser user)
{
if (user == null)
{