1
This commit is contained in:
@@ -36,4 +36,13 @@ namespace Entities.DTO
|
||||
public DateTime UpdatedAt { get; set; } = DateTime.Now;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Can be removed because the class isn't used
|
||||
/// </summary>
|
||||
public class OptionDto
|
||||
{
|
||||
public string? Value { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user