C# Class TransitApp.Server.WebApi.Controllers.TransitAlertController

Inheritance: ApiController
显示文件 Open project: nycmobiledev/transit-app

Public Methods

Method Description
GetAlertsForStations ( string stationsCsv ) : IEnumerable

Private Methods

Method Description
GetSchedule ( [ follows ) : IEnumerable
ReadTransitAlert ( System.Data.SqlClient.SqlDataReader reader ) : TransitAlert

Method Details

GetAlertsForStations() public method

public GetAlertsForStations ( string stationsCsv ) : IEnumerable
stationsCsv string
return IEnumerable