Working on organization unit table
This commit is contained in:
@ -3,5 +3,6 @@
|
||||
public class OrganizationUnit : Node
|
||||
{
|
||||
public Member? Manager { get; set; }
|
||||
public int? ManagerId { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user