using LinqToDB.Data; namespace SeniorAssistant.Data { public interface IDataContextFactory where T : DataConnection { T Create(); } }