8 lines
206 B
C#
8 lines
206 B
C#
using GerstITS.Data.EntityFramework;
|
|
|
|
namespace GerstITS.Examples.Data.Migrations.DesignTime;
|
|
|
|
public sealed class CustomerDbContextDesignTimeFactory : DesignTimeDbContextFactoryBase<CustomerDbContext>
|
|
{
|
|
}
|