示例#1
0
 public void RegistrarRemovido(IAggregateRoot entity, IUnitOfWorkRepository unitofWorkRepository)
 {
     unitofWorkRepository.PersistirEliminacion(entity);
 }