Esempio n. 1
0
 public IEnumerable <Snapshot> GetAll()
 {
     return(snapshotRepository.GetAll());
 }