Пример #1
0
 public void RoleIsEditor()
 {
     SetClaims(Role, Editor);
     _accessControlService.IsEditor().Should().BeTrue();
 }