I'd like to know if the following scenario is possible with the Multitenant feature in AspNetZero:
A school can subscribe to a plan. (school = Tenant)
A school has multiple teachers A school has multiple students
Each teacher could have one or more students Each student could have one ore more teachers.
I assume that the already available Users within a Tenant could be either a teacher or a student. Maybe based on Roles??
Any suggestions on how I should model this? I don't want to create new Entities if I probably can re-use the builtin Users?
Is that a correct assumption?
Thanks, Daniel