add handlers; rename user => backoffice user

This commit is contained in:
2020-11-05 00:27:02 +01:00
parent dad26e346a
commit ff278f2b5b
26 changed files with 187 additions and 143 deletions
@@ -57,8 +57,8 @@ namespace zero.Debug.Controllers
SpaceContents = await Handle<ISpaceContent>(),
TaxRates = await Handle<ITaxRate>(),
Translations = await Handle<ITranslation>(),
UserRoles = await Handle<IUserRole>(),
Users = await Handle<IUser>(),
UserRoles = await Handle<IBackofficeUserRole>(),
Users = await Handle<IBackofficeUser>(),
});
}