$mermaidjs
|
Clean Architecture Demo
|
Go to the source code of this file.
Namespaces | |
| namespace | TaskManagement |
| namespace | TaskManagement.Application |
| namespace | TaskManagement.Application.Queries |
| namespace | TaskManagement.Application.Queries.SearchTasks |
Functions | |
| record | TaskManagement.Application.Queries.SearchTasks.TaskSearchRequest (string? Title=null, string? Status=null, string? Priority=null, Guid? AssignedTo=null, int Page=1, int PageSize=20, string SortBy="CreatedAt", string SortDirection="DESC") |
TaskSearchRequest es el DTO de entrada para operaciones avanzadas de búsqueda de tareas. | |