using RIZO.Server.EFCore; namespace RIZO.Server.IEFContext { public interface IEFContext { EFCoreContext CreateDBContext(); } }