package com.activequant.interfaces.dao; import com.activequant.domainmodel.backoffice.SubClearerAccount; public interface ISubClearerAccountDao extends IEntityDao<SubClearerAccount>{ }