Esempio n. 1
0
 public List<Ticket> OwnedTickets(string id)
 {
     return _repo.GetOwnedTicktsForUser(id);
 }