Convert DeleteUser to async

This commit is contained in:
Patrick Barron
2020-12-11 10:15:43 -05:00
parent a8524be6be
commit 76f61eb0d6
3 changed files with 8 additions and 7 deletions

View File

@@ -93,7 +93,8 @@ namespace MediaBrowser.Controller.Library
/// Deletes the specified user.
/// </summary>
/// <param name="userId">The id of the user to be deleted.</param>
void DeleteUser(Guid userId);
/// <returns>A task representing the deletion of the user.</returns>
Task DeleteUserAsync(Guid userId);
/// <summary>
/// Resets the password.