Lots of additions and restructuring
This commit is contained in:
10
TOOHUCardAPI/Data/Seeders/ISeeder.cs
Normal file
10
TOOHUCardAPI/Data/Seeders/ISeeder.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace TOOHUCardAPI.Data.Seeders
|
||||
{
|
||||
public interface ISeeder
|
||||
{
|
||||
public static string SeedDataDirectory = @"Data/SeedData/";
|
||||
public ModelBuilder SeedData(ModelBuilder builder);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user