예제 #1
0
 public decimal GetDespesaTotalByAno(int ano)
 {
     return(_despesaService.GetDespesaTotalByAno(ano));
 }