deletavel static method

bool deletavel(
  1. int status
)

Implementation

static bool deletavel(int status) {
  return status == REGISTRO_DELETAR_ALTERAR || status == REGISTRO_DELETAR;
}