Blog.Services.Helpers.Rest.CommunityRestResource.GetList C# (CSharp) Method

GetList() public method

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