Skip to content

Instantly share code, notes, and snippets.

@godrm
Created May 2, 2019 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save godrm/ec46a8c6274f504b8907a0f71de1a2ae to your computer and use it in GitHub Desktop.
Save godrm/ec46a8c6274f504b8907a0f71de1a2ae to your computer and use it in GitHub Desktop.
class CustomerOrderController {
private (set) var orderService : OrderService
init(service: OrderService) {
self.orderService = service
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment