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

Add() public method

public Add ( ViewCount viewCount, string authenticationToken ) : void
viewCount Blog.Common.Contracts.ViewCount
authenticationToken string
return void
        public void Add(ViewCount viewCount, string authenticationToken)
        {
            throw new System.NotImplementedException();
        }
    }
ViewCountRestResource