using System; namespace DllTestDb { public interface ITestDb { void OpenConn(); void CloseConn(); void OpenClose(); } }