mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-06 06:43:47 +00:00
7 lines
148 B
C#
7 lines
148 B
C#
namespace Packt.Shared;
|
|
|
|
public class ImmutablePerson
|
|
{
|
|
//public string? FirstName { get; init; }
|
|
//public string? LastName { get; init; }
|
|
}
|