Esempio n. 1
0
 public void RoleIsDokEditor()
 {
     SetClaims(Role, DokEditor);
     _accessControlService.IsDokEditor().Should().BeTrue();
 }