I have read the docs
https://docs.abp.io/en/abp/3.1/Modules/Organization-Units#:~:text=Organization%20Unit%20Management,hierarchically%20group%20users%20and%20entities.
In it docs show that OrganiationUnitManager class can be injected for Crud
How can we create a service for that ,We can have endpoints for OrganizationUnitManager.
I have also looked at sample project OrganizationUnitSample in the repo
I couldn't understand how to use the OrganizationUnitManger class and create endpoints for it so i can create a own custom ui, that is utilizing those endpoints