Ejemplo n.º 1
0
 public async Task <List <Travel> > GetTravels()
 {
     return(await _travelRepository.GetTravels());
 }