8 lines
152 B
C#
8 lines
152 B
C#
namespace JobsJobsJobs.Shared
|
|
{
|
|
/// <summary>
|
|
/// A continent
|
|
/// </summary>
|
|
public record Continent(ContinentId Id, string Name);
|
|
}
|