C# 클래스 BikeInCity.Services.InfoService

상속: IInfoService
파일 보기 프로젝트 열기: hoonzis/bikeincity

공개 메소드들

메소드 설명
AddInformationTip ( String title, String descritpion, String imageUrl, int cityID, double lat, double lng ) : void
UpdateCity ( string description, string stationImageUrl, string bikeImageUrl, int cityId ) : void

비공개 메소드들

메소드 설명
InfoService ( IRepository repository ) : System

메소드 상세

AddInformationTip() 공개 메소드

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
리턴 void

UpdateCity() 공개 메소드

public UpdateCity ( string description, string stationImageUrl, string bikeImageUrl, int cityId ) : void
description string
stationImageUrl string
bikeImageUrl string
cityId int
리턴 void