Esempio n. 1
0
 public List <Spot> GetByName(string name)
 {
     return(_spotRepository.GetByName(name));
 }