Esempio n. 1
0
 public async virtual Task <Consumo> FindByIdAsync(long Id) =>
 await _repository.FindByIdAsync(Id);