Method | Description | |
---|---|---|
AddContractAsync ( Contract contract ) : System.Threading.Tasks.Task | ||
AddStationToRefreshingPool ( |
||
GetContractsAsync ( ) : Task
|
||
GetCountries ( ) : List |
||
GetStations ( ) : List |
||
RemoveAllContractsAsync ( ) : System.Threading.Tasks.Task | ||
RemoveContractAsync ( Contract contract ) : System.Threading.Tasks.Task | ||
RemoveStationFromRefreshingPool ( |
public AddContractAsync ( Contract contract ) : System.Threading.Tasks.Task | ||
contract | Contract | |
return | System.Threading.Tasks.Task |
public AddStationToRefreshingPool ( |
||
station | ||
return | void |
public RemoveAllContractsAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public RemoveContractAsync ( Contract contract ) : System.Threading.Tasks.Task | ||
contract | Contract | |
return | System.Threading.Tasks.Task |
public RemoveStationFromRefreshingPool ( |
||
station | ||
return | void |