C# Class WykopSharpClient.Repository.Fake.FakeTopRepository

Inheritance: ITopRepository
Mostra file Open project: adiospl/WykopSharp

Public Methods

Method Description
Date ( System.DateTime date ) : Task>
Date ( int year, int month ) : Task>
Index ( System.DateTime date ) : Task
Index ( int year ) : Task
RandomHits ( ) : Task>

Method Details

Date() public method

public Date ( System.DateTime date ) : Task>
date System.DateTime
return Task>

Date() public method

public Date ( int year, int month ) : Task>
year int
month int
return Task>

Index() public method

public Index ( System.DateTime date ) : Task
date System.DateTime
return Task

Index() public method

public Index ( int year ) : Task
year int
return Task

RandomHits() public method

public RandomHits ( ) : Task>
return Task>