메소드 | 설명 | |
---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
AggregateStations ( Contract contract ) : void | ||
StartRefreshAsync ( ) : void | ||
StartRefreshStationsAsync ( ) : void |
public AddContractAsync ( Contract contract ) : Task | ||
contract | Contract | |
리턴 | Task |
public AddStationToRefreshingPool ( |
||
station | ||
리턴 | void |
public ContractService ( ILocalisationService localisationService, IStorageService storageService ) : EasyBike.Models.Storage | ||
localisationService | ILocalisationService | |
storageService | IStorageService | |
리턴 | EasyBike.Models.Storage |
public RemoveContractAsync ( Contract contract ) : Task | ||
contract | Contract | |
리턴 | Task |
public RemoveStationFromRefreshingPool ( |
||
station | ||
리턴 | void |