Created
August 30, 2021 06:31
-
-
Save percybolmer/b9995d8a88e1590ec52937a398181714 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
// OrderService is a implementation of the OrderService | |
type OrderService struct { | |
customers customer.CustomerRepository | |
products product.ProductRepository | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment