namespace APITemplate.Contexts { public interface IDBContext { Object GetWriteConn(); Object GetReadConn(); } }