Skip to content

Commit

Permalink
Merge branch 'main' into Document-Board-model-and-move-into-People.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeProgrammer88 authored Dec 11, 2024
2 parents 0c7b7ab + 0f7c88d commit 525be4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PC2/Models/People.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class People
/// <summary>
/// The persons full name
/// </summary>
public string Name { get; set; }
public required string Name { get; set; }

/// <summary>
/// Position title
Expand Down

0 comments on commit 525be4a

Please sign in to comment.