Bosphorus.Dao.Demo.NHibernate.General.ExecutionList.RelationByMap.Select.Select C# (CSharp) Method

Select() public method

public Select ( IResultTransformer resultTransformer, INHibernateStatefulDao customerDao, INHibernateStatefulDao accountDao ) : System.Collections.Generic
resultTransformer IResultTransformer
customerDao INHibernateStatefulDao
accountDao INHibernateStatefulDao
return System.Collections.Generic
        public Select(IResultTransformer resultTransformer, INHibernateStatefulDao<Customer> customerDao, INHibernateStatefulDao<Account> accountDao)
            : base(resultTransformer)
        {
            this.customerDao = customerDao;
            this.accountDao = accountDao;
        }