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

SelectAllList() public method

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