Ejemplo n.º 1
0
 public Task <Reading> GetById(Guid id)
 {
     return(_repo.Get(id));
 }