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