Files
Examples/GerstITS.Examples.Data/Migrations/DesignTime/CustomerDbContextDesignTimeFactory.cs

8 lines
206 B
C#

using GerstITS.Data.EntityFramework;
namespace GerstITS.Examples.Data.Migrations.DesignTime;
public sealed class CustomerDbContextDesignTimeFactory : DesignTimeDbContextFactoryBase<CustomerDbContext>
{
}