Blog.Services.Helpers.Rest.ViewCountRestResource.Add C# (CSharp) Méthode

Add() public méthode

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