Ejemplo n.º 1
0
 public decimal GetReceitaTotalByAno(int ano)
 {
     return(_receitaApplication.GetReceitaTotalByAno(ano));
 }