Skip to content

Commit ce6de19

Browse files
CopilotAndriySvyryd
andcommitted
Rename ConfigureDbContextExamples class to ConfigureDbContextSample
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
1 parent fc950c9 commit ce6de19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/core/Miscellaneous/ConfiguringDbContext/ConfigureDbContextSample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class Blog
2323
public string? Content { get; set; }
2424
}
2525

26-
public static class ConfigureDbContextExamples
26+
public static class ConfigureDbContextSample
2727
{
2828
public static void Run()
2929
{

0 commit comments

Comments
 (0)