Created
February 19, 2020 03:16
-
-
Save markchristopherng/73704d48798af0e904b95caa5c7e3575 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
@InjectConstructor | |
class GreetingServiceImpl(private val messageData: MessageData, private val timeService: TimeService) : | |
GreetingService { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment