Esempio n. 1
0
 public List <History> All()
 {
     return(_historyRepository.All().ToList());
 }