Convert to Blazor (#6)
Convert existing progress to Blazor on client and server
This commit was merged in pull request #6.
This commit is contained in:
7
src/JobsJobsJobs/Shared/Domain/Continent.cs
Normal file
7
src/JobsJobsJobs/Shared/Domain/Continent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace JobsJobsJobs.Shared
|
||||
{
|
||||
/// <summary>
|
||||
/// A continent
|
||||
/// </summary>
|
||||
public record Continent(ContinentId Id, string Name);
|
||||
}
|
||||
Reference in New Issue
Block a user