Exemple #1
0
		public MyDao(MySecondDao otherDao, ISessionManager sessManager)
		{
			this.sessManager = sessManager;
			this.otherDao = otherDao;
		}
Exemple #2
0
 public MyDao(MySecondDao otherDao, ISessionManager sessManager)
 {
     this.sessManager = sessManager;
     this.otherDao    = otherDao;
 }