Bosphorus.Dao.Demo.NHibernate.General.ExecutionList.Extension.Enum.Enum C# (CSharp) Метод

Enum() публичный Метод

public Enum ( IResultTransformer resultTransformer, IDao customerDao, IDao customerTypeDao ) : System.Collections.Generic
resultTransformer IResultTransformer
customerDao IDao
customerTypeDao IDao
Результат System.Collections.Generic
        public Enum(IResultTransformer resultTransformer, IDao<Customer> customerDao, IDao<CustomerType> customerTypeDao) 
            : base(resultTransformer)
        {
            this.customerDao = customerDao;
            this.customerTypeDao = customerTypeDao;
        }