using Microsoft.EntityFrameworkCore; namespace qdr.fnd.core.test { public abstract class ServiceDbContextTest<TDbContext> : ServiceTest where TDbContext : DbContext { } }