CCT.NUI.StartMenu.Persistence.CsvRepository.GetAll C# (CSharp) Method

GetAll() public method

public GetAll ( ) : IList
return IList
        public IList<Menu> GetAll()
        {
            return new List<Menu>(this.menus);
        }