Example #1
0
 private void Apply(FotoAdicionadaAnuncioEvent @event)
 {
     Fotos = Fotos.Adicionar(@event.Foto);
 }