Example #1
0
 public async Task <Run> GetTrainSeats(int runId)
 {
     return(await _seatsRepository.GetTrainSeats(runId));
 }