Blog.Services.Helpers.Rest.CommentsRestResource.Get C# (CSharp) 메소드

Get() 공개 메소드

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