Delete AbpCoreEf6SampleDbContextConfigurer.cs
This commit is contained in:
Родитель
9f611b93e7
Коммит
6a1d799c48
|
@ -1,18 +0,0 @@
|
|||
using System.Data.Common;
|
||||
using System.Data.Entity;
|
||||
|
||||
namespace AbpCoreEf6Sample.EntityFrameworkCore
|
||||
{
|
||||
public static class AbpCoreEf6SampleDbContextConfigurer
|
||||
{
|
||||
public static void Configure(DbContextOptionsBuilder<AbpCoreEf6SampleDbContext> builder, string connectionString)
|
||||
{
|
||||
builder.UseSqlServer(connectionString);
|
||||
}
|
||||
|
||||
public static void Configure(DbContextOptionsBuilder<AbpCoreEf6SampleDbContext> builder, DbConnection connection)
|
||||
{
|
||||
builder.UseSqlServer(connection);
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче