Example #1
0
 public HomeController(INotifier notifier, IShapeFactory shapeFactory, IContainerSpyOutput containerSpyOutput)
 {
     _notifier           = notifier;
     _containerSpyOutput = containerSpyOutput;
     T     = NullLocalizer.Instance;
     Shape = shapeFactory;
 }
Example #2
0
 public HomeController(INotifier notifier, IShapeFactory shapeFactory, IContainerSpyOutput containerSpyOutput) {
     _notifier = notifier;
     _containerSpyOutput = containerSpyOutput;
     T = NullLocalizer.Instance;
     Shape = shapeFactory;
 }