Exemplo n.º 1
0
 /// <summary>
 /// Enable a User Group.
 /// </summary>
 public Task <UserGroupObjectResponse> EnableAsync(UserGroupToEnable userGroupToEnable)
 => SendPostFormUrlEncodedAsync <UserGroupToEnable, UserGroupObjectResponse>("enable", userGroupToEnable);
Exemplo n.º 2
0
 /// <inheritdoc cref="UserGroupsClient.EnableAsync(UserGroupToEnable)"/>
 public Task <UserGroupObjectResponse> EnableUserGroupAsync(UserGroupToEnable userGroupToEnable)
 => UserGroups.EnableAsync(userGroupToEnable);