public Program() { List <Pensiones> pensiones = new List <Pensiones>(); List <Cuentaahorro> cuentaahorros = new List <Cuentaahorro>(); List <CuentaCorriente> cuentaCorrientes = new List <CuentaCorriente>(); DatosCuenta DC = new DatosCuenta(); pensiones = DC.P(); }
public RepoBanco() { ad = new DatosCuenta(); }
public RepoBanco() { //Se instancia la clase en el constructor para poder utilizarlo desde el inicio DC = new DatosCuenta(); }