Example #1
0
 public async Task <IActionResult> GetAllSights()
 {
     return(Ok(await _sightRepository.GetAllSights()));
 }