Ejemplo n.º 1
0
 public ActionResult <Poi> Get(Guid poiId)
 {
     return(Ok(_repository.GetById(poiId)));
 }