Created
November 13, 2024 04:18
-
-
Save guaracyalima/79def33b6ce7fd12845d8a487f0181e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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