Skip to content

Instantly share code, notes, and snippets.

View alex-dev-br's full-sized avatar

Alexandre Belisário Duarte Leite de Andrade alex-dev-br

View GitHub Profile
@alex-dev-br
alex-dev-br / DeleteRestaurantUseCase.java
Last active January 15, 2026 16:24
Projeto Java completo para análise Grok2
package br.com.techchallenge.restaurant_cleanarch.core.usecase.restaurant;
import br.com.techchallenge.restaurant_cleanarch.core.domain.roles.RestaurantRoles;
import br.com.techchallenge.restaurant_cleanarch.core.exception.BusinessException;
import br.com.techchallenge.restaurant_cleanarch.core.exception.OperationNotAllowedException;
import br.com.techchallenge.restaurant_cleanarch.core.gateway.LoggedUserGateway;
import br.com.techchallenge.restaurant_cleanarch.core.gateway.RestaurantGateway;
import java.util.Objects;