public IEnumerable<Customer> Stateful() { IEnumerable<Customer> result = customerDao.GetAll(); return result; } }