Blog.Services.Helpers.Rest.CommentsRestResource.Get C# (CSharp) Method

Get() public method

public Get ( int commentId ) : Comment
commentId int
return Blog.Common.Contracts.Comment
        public Comment Get(int commentId)
        {
            throw new System.NotImplementedException();
        }