namespace AccountManagement.Application.Contracts.Task; public class OperationModalTaskRequest { public string Time { get; set; } public string Description{ get; set; } }