0
Hasan created
1 Answer(s)
-
0
Hi,
It's possible but not via seed data (because EF seed data works only in migration phase). We already do that for users, roles and permissions of new tenants. See TenantAppService.CreateTenant method.
Have a nice day.