Skip to content

Commit

Permalink
TestApp cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hakenr committed Nov 17, 2024
1 parent 4475dcc commit 9a625d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Havit.Blazor.Documentation/DemoData/EmployeeDto.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace Havit.Blazor.Documentation.DemoData;

public class EmployeeDto
public record EmployeeDto
{
public int Id { get; internal set; }
public string Name { get; internal set; }
Expand Down

0 comments on commit 9a625d4

Please sign in to comment.