Exemplo n.º 1
0
 public decimal GetReceitaTotalByMes(int mes)
 {
     return(_receitaApplication.GetReceitaTotalByMes(mes));
 }