Skip to content

Commit

Permalink
Rename BogusGenerator.cs to BogusGeneratorDescriptor.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardin08 committed Jun 22, 2024
1 parent db28c86 commit 9c55bc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace DbSeeder.Data.Bogus;

public record BogusGenerator(
public record BogusGeneratorDescriptor(
string Category,
string GeneratorIdentifier,
Type ReturnType,
Expand Down

0 comments on commit 9c55bc2

Please sign in to comment.