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

Add() 공개 메소드

public Add ( Community community, string authenticationToken ) : Community
community Blog.Common.Contracts.Community
authenticationToken string
리턴 Blog.Common.Contracts.Community
        public Community Add(Community community, string authenticationToken)
        {
            throw new System.NotImplementedException();
        }