cs11dotnet7/vscode/Chapter05/PacktLibrary/Records.cs

8 lines
148 B
C#
Raw Normal View History

2022-02-20 18:22:06 +01:00
namespace Packt.Shared;
public class ImmutablePerson
{
//public string? FirstName { get; init; }
//public string? LastName { get; init; }
}