Blog.Services.Helpers.Rest.CommentsRestResource.Get C# (CSharp) Méthode

Get() public méthode

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