Ejemplo n.º 1
0
 public async Task <int> TotalRegistros()
 {
     try
     {
         return(await _movimentacaoRepository.TotalRegistros());
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }