Castle.Facilities.NHibernateIntegration.Tests.SessionCreation.MyDao.MyDao C# (CSharp) Method

MyDao() public method

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