예제 #1
0
 public void GeraRelatorios(List <ContaBancaria> contas, Relatorio tipoRelatorio)
 {
     tipoRelatorio.Monta(contas);
 }