https://github.com/simplic/simplic-tenant
Contains the simplic tenant system (service, repository, ...)
https://github.com/simplic/simplic-tenant
Last synced: 5 months ago
JSON representation
Contains the simplic tenant system (service, repository, ...)
- Host: GitHub
- URL: https://github.com/simplic/simplic-tenant
- Owner: simplic
- License: mit
- Created: 2019-01-09T21:28:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T08:18:50.000Z (over 1 year ago)
- Last Synced: 2025-03-18T08:38:18.279Z (over 1 year ago)
- Language: C#
- Size: 70.3 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simplic tenant system
The simplic tenant repository contains the simplic tenant system. The simplic tenant systems allows
to store data of multiple organizations within a single database.
The core elements are:
* Organization - Represents the tenant information of an organization
* IOrganizationService - Allows tenant operations
## Unit tests
After the tenant system is changed, the unit tests must be executed