private record
This commit is contained in:
@ -3,7 +3,7 @@ using System.Text.Json.Serialization;
|
||||
|
||||
namespace File_Folder_Helper.Models;
|
||||
|
||||
public record Person(long Id,
|
||||
internal record Person(long Id,
|
||||
Name? Name,
|
||||
char? Sex,
|
||||
string? UId,
|
||||
|
Reference in New Issue
Block a user