start new try with "core." id prefix for shared entities
This commit is contained in:
@@ -77,7 +77,7 @@ namespace zero.Core.Entities
|
||||
}
|
||||
|
||||
|
||||
[Collection("BackofficeUsers")]
|
||||
[Collection("Users")]
|
||||
public interface IBackofficeUser : IZeroEntity, IZeroDbConventions, IIdentityUserWithRoles
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace zero.Core.Entities
|
||||
}
|
||||
|
||||
|
||||
[Collection("BackofficeUserRoles")]
|
||||
[Collection("Roles")]
|
||||
public interface IBackofficeUserRole : IZeroEntity, IZeroDbConventions, IIdentityUserRole
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user