Skip to content

Instantly share code, notes, and snippets.

@vvolodin
Created August 6, 2022 16:01
Show Gist options
  • Save vvolodin/da827f4a9ecce2c3b4d05c5b768d8b00 to your computer and use it in GitHub Desktop.
Save vvolodin/da827f4a9ecce2c3b4d05c5b768d8b00 to your computer and use it in GitHub Desktop.
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