Working on users view, added infrastructure lib
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
namespace UserService.Infrastructure.DataModels
|
||||
{
|
||||
public class OrganizationUnit : Node
|
||||
{
|
||||
public Member? Manager { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user