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

SelectAllList() public method

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