Exemple #1
0
 internal static double SaldoPorId(int clienteId)
 {
     return(Extrato.SaldoPorClienteId(clienteId));
 }