Example #1
0
 public async Task <NotaFiscalEntity> GetNotaFiscal(Guid id)
 {
     return(await _notaFiscalRepository.GetAsync(id));
 }