Beispiel #1
0
  /////////////////////////
  /////// Mecenas /////////
  /////////////////////////
  public static void crearMecenas(
      String pId,
      String pNombre,
      String pNacionalidad,
      String pCiudadNacimiento,
      String pFechaMuerte)
      throws Exception {

    DAOMecenas.crear(new Mecenas(pId, pNombre, pNacionalidad, pCiudadNacimiento, pFechaMuerte));
  }