Merge branch 'develop' into working
This commit is contained in:
commit
320fb3386e
6 changed files with 92 additions and 88 deletions
|
|
@ -2,8 +2,8 @@
|
|||
{
|
||||
public class KeyValueItemResponse
|
||||
{
|
||||
public Guid Id { get; set; } = Guid.Empty;
|
||||
public Guid? Id { get; set; } = Guid.Empty;
|
||||
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string? Name { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue