I\'m trying to implement a bit of functionality that will behave much like the CustomError pages: if the connection is re开发者_如何学运维mote function A() will run; else function B() will run.
We\'re using constructor-based dependency injection, AutoMapper and Unity on a codebase. We have wrapped AutoMapper with a generic interface...