mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-03-29 08:44:40 +02:00
8 lines
148 B
C#
8 lines
148 B
C#
|
|
namespace Packt.Shared;
|
|||
|
|
|
|||
|
|
public class ImmutablePerson
|
|||
|
|
{
|
|||
|
|
//public string? FirstName { get; init; }
|
|||
|
|
//public string? LastName { get; init; }
|
|||
|
|
}
|