$mermaidjs
Clean Architecture Demo
Loading...
Searching...
No Matches
TaskPriority.cs File Reference

Go to the source code of this file.

Namespaces

namespace  TaskManagement
 
namespace  TaskManagement.Domain
 
namespace  TaskManagement.Domain.Entities
 

Enumerations

enum  TaskManagement.Domain.Entities.TaskPriority { TaskManagement.Domain.Entities.Low = 0 , TaskManagement.Domain.Entities.Medium = 1 , TaskManagement.Domain.Entities.High = 2 }
 TaskPriority es un objeto valor del dominio que representa niveles de prioridad de tarea. More...