Esempio n. 1
0
 public List <Spot> GetByCustomer(int custid)
 {
     return(_spotRepository.GetByCustomer(custid));
 }