HBM.CustomerManagement.Customer.SelectAllList C# (CSharp) Method

SelectAllList() public method

public SelectAllList ( ) : List
return List
        public List<Customer> SelectAllList()
        {
            return HBM.Utility.Generic.GetAll<Customer>(this.CompanyId);
        }