C# Класс Blog.Services.Helpers.Rest.ViewCountRestResource
Показать файл
Открыть проект
Открытые методы
Метод |
Описание |
|
Add ( ViewCount viewCount, string authenticationToken ) : void |
|
|
Get ( int postId ) : List |
|
|
Описание методов
public Add ( ViewCount viewCount, string authenticationToken ) : void |
viewCount |
Blog.Common.Contracts.ViewCount |
|
authenticationToken |
string |
|
Результат |
void |
|
public Get ( int postId ) : List |
postId |
int |
|
Результат |
List |
|