Method | Description | |
---|---|---|
AddContractAsync ( Contract contract ) : Task | ||
AddStationToRefreshingPool ( |
||
ContractService ( ILocalisationService localisationService, IStorageService storageService ) : EasyBike.Models.Storage | ||
GetContractsAsync ( ) : Task
|
||
GetCountries ( ) : List |
||
GetStations ( ) : List |
||
RemoveAllContractsAsync ( ) : Task | ||
RemoveContractAsync ( Contract contract ) : Task | ||
RemoveStationFromRefreshingPool ( |
Method | Description | |
---|---|---|
AggregateStations ( Contract contract ) : void | ||
StartRefreshAsync ( ) : void | ||
StartRefreshStationsAsync ( ) : void |
public AddContractAsync ( Contract contract ) : Task | ||
contract | Contract | |
return | Task |
public AddStationToRefreshingPool ( |
||
station | ||
return | void |
public ContractService ( ILocalisationService localisationService, IStorageService storageService ) : EasyBike.Models.Storage | ||
localisationService | ILocalisationService | |
storageService | IStorageService | |
return | EasyBike.Models.Storage |
public RemoveContractAsync ( Contract contract ) : Task | ||
contract | Contract | |
return | Task |
public RemoveStationFromRefreshingPool ( |
||
station | ||
return | void |