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