Esempio n. 1
0
 public Task <IEnumerable <Reading> > GetAll()
 {
     return(_repo.GetAll());
 }