Example #1
0
 public async Task <ActionResult <IEnumerable <Travel> > > GetAll()
 {
     return(Ok(await _travelRepository.GetAll()));
 }