cs11dotnet7/vscode/Chapter05/PacktLibrary/Records.cs
2022-02-20 17:22:06 +00:00

8 lines
148 B
C#

namespace Packt.Shared;
public class ImmutablePerson
{
//public string? FirstName { get; init; }
//public string? LastName { get; init; }
}