using System; using Txgy.EWS.Server.EFCore; namespace Txgy.EWS.Server.ICommon { public interface IDbConnectionFactory { EFCoreContext CreateDbContext(); } }