Created
August 6, 2022 16:01
-
-
Save vvolodin/da827f4a9ecce2c3b4d05c5b768d8b00 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
| public MyAwesomeService(IAnotherAwesomeService another!!, IMapper mapper!!) | |
| { | |
| _another = another; | |
| _mapper = mapper; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment