Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
romandykyi committed Mar 3, 2024
1 parent d60fca2 commit c8509b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AdvancedTodoList.Core/Services/ITodoListsService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ public interface ITodoListsService
/// <summary>
/// Creates a new to-do list asynchronously.
/// </summary>
/// <remarks>
/// This method should also create an "Owner" role with all permissions and assign the caller to it.
/// </remarks>
/// <param name="dto">The DTO containing information for creating the to-do list.</param>
/// <param name="callerId">ID of the user who creates the to-do list.</param>
/// <returns>
Expand Down

0 comments on commit c8509b2

Please sign in to comment.