Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsonax committed Apr 5, 2024
1 parent ea4ad02 commit 4dbad52
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Security.Cryptography;
using System.Security.Cryptography;
using System.Text;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
Expand All @@ -9,7 +8,6 @@
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;


namespace TestExamplesDotnet;

public sealed class DbContextMigrationInitializer<TDbContext> : IDatabaseInitializer
Expand Down

0 comments on commit 4dbad52

Please sign in to comment.