Ejemplo n.º 1
0
 public Spot GetById(int id)
 {
     return(_spotRepository.GetById(id));
 }