Method | Description | |
---|---|---|
AddNewCity ( string cityName, string cityDescription = "", string cityState = "" ) : |
||
AddNewVenue ( string venueName, int cityId ) : |
||
GetCities ( ) : List |
||
GetCityById ( int cityId ) : |
||
GetCityByName ( string cityName ) : |
||
GetVenueByVenueId ( int venueId ) : |
||
GetVenues ( int venueId, int cityId ) : List |
Method | Description | |
---|---|---|
GetCitiesInternal ( ) : List |
||
GetVenueByVenueIdInternal ( int venueId ) : |
||
MapRowToCity ( System.Data.SqlClient.SqlDataReader reader ) : |
||
MapRowToVenue ( System.Data.SqlClient.SqlDataReader reader ) : |
public AddNewCity ( string cityName, string cityDescription = "", string cityState = "" ) : |
||
cityName | string | |
cityDescription | string | |
cityState | string | |
return |
public AddNewVenue ( string venueName, int cityId ) : |
||
venueName | string | |
cityId | int | |
return |
public GetCityById ( int cityId ) : |
||
cityId | int | |
return |
public GetCityByName ( string cityName ) : |
||
cityName | string | |
return |
public GetVenueByVenueId ( int venueId ) : |
||
venueId | int | |
return |
public GetVenues ( int venueId, int cityId ) : List |
||
venueId | int | |
cityId | int | |
return | List |