ListAssist.Data.Models.LAList.LAList C# (CSharp) Method

LAList() public method

public LAList ( ) : System
return System
        public LAList()
        {
            this.LAListItems = new List<LAListItem>();
            this.LASuggestions = new List<LASuggestion>();
        }
LAList