using System.Data.Common; namespace OI.Metrology.Shared.Repositories; public interface IDbConnectionFactory { DbConnection GetDbConnection(); }