コード例 #1
0
 public ContenidoBuilder withFechaCreacion(Date fechaCreacion) {
   contenido.setFechaCreacion(fechaCreacion);
   return this;
 }