コード例 #1
0
 public decimal GetReceitaTotalByMes(int mes)
 {
     return(_receitaApplication.GetReceitaTotalByMes(mes));
 }