C# Class WykopSharpClient.Repository.Fake.FakePopularRepository

Inheritance: IPopularRepository
Afficher le fichier Open project: adiospl/WykopSharp

Méthodes publiques

Méthode Description
Promoted ( int page ) : Task>
Promoted ( int page, PromotedSort promotedSort ) : Task>
Upcomming ( int page ) : Task>
Upcomming ( int page, PromotedSort promotedSort ) : Task>

Method Details

Promoted() public méthode

public Promoted ( int page ) : Task>
page int
Résultat Task>

Promoted() public méthode

public Promoted ( int page, PromotedSort promotedSort ) : Task>
page int
promotedSort PromotedSort
Résultat Task>

Upcomming() public méthode

public Upcomming ( int page ) : Task>
page int
Résultat Task>

Upcomming() public méthode

public Upcomming ( int page, PromotedSort promotedSort ) : Task>
page int
promotedSort PromotedSort
Résultat Task>