ListAssist.Data.Models.LAList.LAList C# (CSharp) 메소드

LAList() 공개 메소드

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