Esempio n. 1
0
 public GenericResult <IEnumerable <Estatisticas> > LisSaldoMensal(int ano)
 {
     return(appService.GetSaldoMensal(ano));
 }