HBM.GeneralManagement.Company.SelectAllList C# (CSharp) Method

SelectAllList() public method

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