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

Get() public method

public Get ( int postId ) : List
postId int
return List
        public List<ViewCount> Get(int postId)
        {
            throw new System.NotImplementedException();
        }
ViewCountRestResource