Method | Description | |
---|---|---|
AddInformationTip ( String title, String descritpion, String imageUrl, int cityID, double lat, double lng ) : void | ||
UpdateCity ( string description, string stationImageUrl, string bikeImageUrl, int cityId ) : void |
Method | Description | |
---|---|---|
InfoService ( IRepository repository ) : System |
public AddInformationTip ( String title, String descritpion, String imageUrl, int cityID, double lat, double lng ) : void | ||
title | String | |
descritpion | String | |
imageUrl | String | |
cityID | int | |
lat | double | |
lng | double | |
return | void |
public UpdateCity ( string description, string stationImageUrl, string bikeImageUrl, int cityId ) : void | ||
description | string | |
stationImageUrl | string | |
bikeImageUrl | string | |
cityId | int | |
return | void |