Blog.Services.Helpers.Rest.CommunityRestResource.GetList C# (CSharp) 메소드

GetList() 공개 메소드

public GetList ( ) : List
리턴 List
        public List<Community> GetList()
        {
            throw new System.NotImplementedException();
        }