예제 #1
0
 public HomeController(IFooBarService barService, IFooBar2Service bar2Service, ISomeOtherInterface someOtherInterface)
 {
     _barService         = barService;
     _bar2Service        = bar2Service;
     _someOtherInterface = someOtherInterface;
 }
 public HomeController(IFooBarService barService, IFooBar2Service bar2Service, ISomeOtherInterface someOtherInterface)
 {
     _barService = barService;
     _bar2Service = bar2Service;
     _someOtherInterface = someOtherInterface;
 }