// WingsEmu // // Developed by NosWings Team using Microsoft.EntityFrameworkCore; namespace PhoenixLib.DAL.EFCore.PGSQL { public interface IContextFactory where T : DbContext { /// /// Instantiates a new /// /// T CreateContext(); } }