remove unused method

This commit is contained in:
sbwalker
2025-01-17 12:50:26 -05:00
parent 677f68b08d
commit 06ca382bd7
4 changed files with 8 additions and 30 deletions

View File

@ -34,14 +34,5 @@ namespace Oqtane.Services
/// </summary>
/// <returns>internal status/message object</returns>
Task RestartAsync();
/// <summary>
/// Registers a new <see cref="User"/>
/// </summary>
/// <param name="email">Email of the user to be registered</param>
/// <param name="name">Name of the user to be registered</param>
/// <returns></returns>
Task RegisterAsync(string email, string name);
}
}