mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
Update seeds
This commit is contained in:
6
DBSeed/ISeeder.cs
Normal file
6
DBSeed/ISeeder.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Microsoft.Data.SqlClient;
|
||||
|
||||
interface ISeeder
|
||||
{
|
||||
Task SeedAsync(SqlConnection connection);
|
||||
}
|
||||
Reference in New Issue
Block a user