Update namespaces

This commit is contained in:
Aaron Po
2026-02-12 17:50:08 -05:00
parent 4f92741b4f
commit f728514a7c
19 changed files with 604 additions and 617 deletions

View File

@@ -2,8 +2,5 @@ using Microsoft.Data.SqlClient;
namespace DBSeed
{
internal interface ISeeder
{
Task SeedAsync(SqlConnection connection);
}
Task SeedAsync(SqlConnection connection);
}