cs11dotnet7/vscode/Chapter05/PacktLibraryNetStandard2/Records.cs
2022-09-17 16:33:54 +01:00

8 lines
148 B
C#

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