Created
October 7, 2022 15:38
-
-
Save luuizeduardo/854197fa9a1cda515ac93faf06478f5e to your computer and use it in GitHub Desktop.
Constructor method
This file contains 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
private final YourApiService yourApiService; | |
public ApiTest(YourApiService yourApiService) { | |
this.yourApiService = yourApiService; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment