Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created August 30, 2021 06:31
Show Gist options
  • Save percybolmer/b9995d8a88e1590ec52937a398181714 to your computer and use it in GitHub Desktop.
Save percybolmer/b9995d8a88e1590ec52937a398181714 to your computer and use it in GitHub Desktop.
// 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