コード例 #1
0
 private bool VerificarDespesasVinculadas(int?id)
 {
     return(despesaRepository.CategoriasNaoVinculadas(id));
 }