Esempio n. 1
0
 public HomeController(IExceptionManager exceptionManager, IExceptionRaiser exceptionRaiser)
 {
     _exceptionManager = exceptionManager;
     _exceptionRaiser  = exceptionRaiser;
 }
 public ValuesController(IExceptionManager exceptionManager, IExceptionRaiser exceptionRaiser)
 {
     _exceptionManager = exceptionManager;
     _exceptionRaiser  = exceptionRaiser;
 }