C# Class EasyBike.Design.DesignContractsService

Inheritance: IContractService
Show file Open project: ThePublicBikeGang/EasyBike

Public Methods

Method Description
AddContractAsync ( Contract contract ) : System.Threading.Tasks.Task
AddStationToRefreshingPool ( Station station ) : void
GetContractsAsync ( ) : Task>
GetCountries ( ) : List
GetStations ( ) : List
RemoveAllContractsAsync ( ) : System.Threading.Tasks.Task
RemoveContractAsync ( Contract contract ) : System.Threading.Tasks.Task
RemoveStationFromRefreshingPool ( Station station ) : void

Method Details

AddContractAsync() public method

public AddContractAsync ( Contract contract ) : System.Threading.Tasks.Task
contract Contract
return System.Threading.Tasks.Task

AddStationToRefreshingPool() public method

public AddStationToRefreshingPool ( Station station ) : void
station EasyBike.Models.Station
return void

GetContractsAsync() public method

public GetContractsAsync ( ) : Task>
return Task>

GetCountries() public method

public GetCountries ( ) : List
return List

GetStations() public method

public GetStations ( ) : List
return List

RemoveAllContractsAsync() public method

public RemoveAllContractsAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

RemoveContractAsync() public method

public RemoveContractAsync ( Contract contract ) : System.Threading.Tasks.Task
contract Contract
return System.Threading.Tasks.Task

RemoveStationFromRefreshingPool() public method

public RemoveStationFromRefreshingPool ( Station station ) : void
station EasyBike.Models.Station
return void