Last active
November 5, 2020 10:32
-
-
Save robinvanderknaap/1d0f52222b95d888f0d5afcd5f4ec9da to your computer and use it in GitHub Desktop.
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
AssemblyScanner.FindValidatorsInAssembly( Assembly.GetExecutingAssembly()) | |
.ForEach(match => kernel.Bind(match.InterfaceType).To(match.ValidatorType)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment