Blog.Services.Helpers.Rest.CommentsRestResource.Add C# (CSharp) Метод

Add() публичный Метод

public Add ( Comment comment, string authenticationToken ) : Comment
comment Blog.Common.Contracts.Comment
authenticationToken string
Результат Blog.Common.Contracts.Comment
        public Comment Add(Comment comment, string authenticationToken)
        {
            throw new System.NotImplementedException();
        }