This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string NameObject { get; set; } = "Unknown";
|
||||
public string DescriptionObject { get; set; } = string.Empty;
|
||||
public string? DescriptionObject { get; set; } = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user