Ejemplo n.º 1
0
 public override Task Update(RabbitDto dto)
 {
     _auditor.AuditUpdateEvent(dto);
     return(base.Update(dto));
 }