Esempio n. 1
0
 public IList <Models.Ticket> AllTickets()
 {
     return(repository.All().ToList <Ticket>());
 }