Added item for page 244

This commit is contained in:
Mark J Price 2022-11-10 22:05:48 +00:00
parent 8fe96c5f62
commit ee316fde8a
3 changed files with 43 additions and 13 deletions

View file

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