diff --git a/src/Core/AdminConsole/OrganizationFeatures/Policies/IPolicyRequirementQuery.cs b/src/Core/AdminConsole/OrganizationFeatures/Policies/IPolicyRequirementQuery.cs index fd8e148122..7e599dd1c3 100644 --- a/src/Core/AdminConsole/OrganizationFeatures/Policies/IPolicyRequirementQuery.cs +++ b/src/Core/AdminConsole/OrganizationFeatures/Policies/IPolicyRequirementQuery.cs @@ -19,10 +19,10 @@ public interface IPolicyRequirementQuery /// /// Get a policy requirement for a list of users. /// The policy requirement represents how one or more policy types should be enforced against the users. + /// /// /// A list of applicable policy requirements in corresponding order of the submitted user IDs. /// - /// /// The users that you need to enforce the policy against. /// The IPolicyRequirement that corresponds to the policy you want to enforce. Task> GetAsync(IEnumerable userIds) where T : IPolicyRequirement;