C# Class WykopSharpClient.Repository.ObservatoryRepository

Inheritance: AbstractRepository, IObservatoryRepository
Mostrar archivo Open project: adiospl/WykopSharp

Public Methods

Method Description
Comments ( ) : Task>
Entries ( ) : Task>
EntriesComments ( ) : Task>
ObservatoryRepository ( WykopSharpClient client ) : System.Collections.Generic
Votes ( ) : Task>

Method Details

Comments() public method

public Comments ( ) : Task>
return Task>

Entries() public method

public Entries ( ) : Task>
return Task>

EntriesComments() public method

public EntriesComments ( ) : Task>
return Task>

ObservatoryRepository() public method

public ObservatoryRepository ( WykopSharpClient client ) : System.Collections.Generic
client WykopSharpClient
return System.Collections.Generic

Votes() public method

public Votes ( ) : Task>
return Task>