Skip to content

Instantly share code, notes, and snippets.

@guaracyalima
Created November 13, 2024 04:18
Show Gist options
  • Save guaracyalima/79def33b6ce7fd12845d8a487f0181e0 to your computer and use it in GitHub Desktop.
Save guaracyalima/79def33b6ce7fd12845d8a487f0181e0 to your computer and use it in GitHub Desktop.
package br.com.zeroth.zth_product_srv.services;
import br.com.zeroth.zth_product_srv.domain.Order;
public interface OrderService {
Order getOrderWithDetails(Long orderId);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment