public MyDao(MySecondDao otherDao, ISessionManager sessManager) { this.sessManager = sessManager; this.otherDao = otherDao; }