C# Class BikeInCity.Services.InfoService

Inheritance: IInfoService
Afficher le fichier Open project: hoonzis/bikeincity

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
InfoService ( IRepository repository ) : System

Method Details

AddInformationTip() public méthode

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
Résultat void

UpdateCity() public méthode

public UpdateCity ( string description, string stationImageUrl, string bikeImageUrl, int cityId ) : void
description string
stationImageUrl string
bikeImageUrl string
cityId int
Résultat void