mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 02:39:03 +00:00
Update ISeeder.cs
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
using Microsoft.Data.SqlClient;
|
using Microsoft.Data.SqlClient;
|
||||||
|
|
||||||
namespace DBSeed
|
namespace Database.Seed;
|
||||||
|
|
||||||
|
internal interface ISeeder
|
||||||
{
|
{
|
||||||
Task SeedAsync(SqlConnection connection);
|
Task SeedAsync(SqlConnection connection);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user