Added item for page 244

This commit is contained in:
Mark J Price 2022-11-10 22:01:07 +00:00
parent 4d97515083
commit 74baaf5669
5 changed files with 52 additions and 15 deletions

View file

@ -1,7 +0,0 @@
namespace Packt.Shared;
public class ImmutablePerson
{
//public string? FirstName { get; init; }
//public string? LastName { get; init; }
}