重生
Results
1
comments of
重生
``` public abstract class PostgreSQLPendingEfCoreMigrationsChecker : PendingEfCoreMigrationsChecker where TDbContext : DbContext, IEfCoreDbContext { public static string DatabaseNotFouncMessage = "unable to get session context"; public IConfiguration Configuration => LazyServiceProvider.LazyGetRequiredService(); protected PostgreSQLPendingEfCoreMigrationsChecker(...