Bosphorus.Dao.Lucene.Demo.ExecutionList.Basic.Generic.Generic C# (CSharp) Method

Generic() public method

public Generic ( IResultTransformer resultTransformer, IDao bankDao, IDao customerTypeDao ) : System.Collections.Generic
resultTransformer IResultTransformer
bankDao IDao
customerTypeDao IDao
return System.Collections.Generic
        public Generic(IResultTransformer resultTransformer, IDao<Bank> bankDao, IDao<CustomerType> customerTypeDao) 
            : base(resultTransformer)
        {
            this.bankDao = bankDao;
            this.customerTypeDao = customerTypeDao;
        }