Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) ITrainService.GetCities Examples
Programming Language:
C# (CSharp)
Class/Type:
ITrainService
Method/Function:
GetCities
Examples at hotexamples.com:
1
C# (CSharp) ITrainService.GetCities - 1 examples found
. These are the top rated real world C# (CSharp) examples of
ITrainService.GetCities
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
GetAll(6)
Delete(5)
GetTrains(4)
Update(4)
Create(3)
GetTrain(3)
GetById(3)
Get(2)
GetTimetable(2)
GetAllTrains(2)
AddTrain(2)
EditTrain(2)
Dispose(2)
DeleteTrain(2)
HasWithId(1)
UpdateTrain(1)
UpdatePassengerPresentStatus(1)
GetTrainsAsync(1)
GetTrainsFT(1)
GetTrainsFrom(1)
GetTrainsTo(1)
Make(1)
Insert(1)
SetPathToSaveAnn(1)
MakeTrain(1)
UpdateAsync(1)
ReplacePassenger(1)
GetTrainView(1)
TrainNetwork(1)
Save(1)
GetStationDic(1)
GetTrainInfoFromId(1)
GetAvailableAsync(1)
CreateAsync(1)
CreateTrainAsync(1)
DeleteAsync(1)
DeleteById(1)
DeleteTrainAsync(1)
GenerateNewTrain(1)
GetAllAsync(1)
GetByIdAsync(1)
GetTrainAsync(1)
GetCities(1)
GetCount(1)
GetOneById(1)
GetPassengers(1)
GetPathOfLanguageSample(1)
AddWagon(1)
GetStations(1)
UpdateTrainAsync(1)
Frequently Used Methods
GetAll (6)
Delete (5)
GetTrains (4)
Update (4)
Create (3)
GetTrain (3)
GetById (3)
Get (2)
GetTimetable (2)
GetAllTrains (2)
Frequently Used Methods
AddTrain (2)
EditTrain (2)
Dispose (2)
DeleteTrain (2)
HasWithId (1)
UpdateTrain (1)
UpdatePassengerPresentStatus (1)
GetTrainsAsync (1)
GetTrainsFT (1)
GetTrainsFrom (1)
GetTrainsTo (1)
Make (1)
Insert (1)
SetPathToSaveAnn (1)
MakeTrain (1)
UpdateAsync (1)
ReplacePassenger (1)
GetTrainView (1)
TrainNetwork (1)
Save (1)
Frequently Used Methods
GetTrainsTo (1)
Make (1)
Insert (1)
SetPathToSaveAnn (1)
MakeTrain (1)
UpdateAsync (1)
ReplacePassenger (1)
GetTrainView (1)
TrainNetwork (1)
Save (1)
GetStationDic (1)
GetTrainInfoFromId (1)
GetAvailableAsync (1)
CreateAsync (1)
CreateTrainAsync (1)
DeleteAsync (1)
DeleteById (1)
DeleteTrainAsync (1)
GenerateNewTrain (1)
GetAllAsync (1)
GetByIdAsync (1)
GetTrainAsync (1)
GetCities (1)
GetCount (1)
GetOneById (1)
GetPassengers (1)
GetPathOfLanguageSample (1)
AddWagon (1)
GetStations (1)
UpdateTrainAsync (1)
Frequently Used Methods
GetStationDic (1)
GetTrainInfoFromId (1)
GetAvailableAsync (1)
CreateAsync (1)
CreateTrainAsync (1)
DeleteAsync (1)
DeleteById (1)
DeleteTrainAsync (1)
GenerateNewTrain (1)
GetAllAsync (1)
GetByIdAsync (1)
GetTrainAsync (1)
GetCities (1)
GetCount (1)
GetOneById (1)
GetPassengers (1)
GetPathOfLanguageSample (1)
AddWagon (1)
GetStations (1)
UpdateTrainAsync (1)
Example #1
0
Show file
File:
TrainController.cs
Project:
SaurabhLpRocks/yatra
public IActionResult GetCities() { var data = _iTrainService.GetCities(); return(Ok(data)); }
x