0
j.chow created
3 Answer(s)
-
0
The
IMustHaveOrganizationUnit
defines the OrganizationUnitId property. We don't have to implement it, but it's recommended because it provides standardization. There is also theIMayHaveOrganizationId
interface which has a nullable OrganizationUnitId property.https://aspnetboilerplate.com/Pages/Documents/Zero/Organization-Units#creating-an-entity-that-belongs-to-an-organization-unit
-
0
Hi maliming,
if i use red tools to add a OrganizationUnit's Navigation Properties, that mean is same as use IMustHaveOranizationUnit?
-
0
Basically they are the same.