Example #1
0
 public TestController(ITestCap01Service testCap01Service, ITestCap02Service testCap02Service, IUnitOfWork unitOfWork, ICapPublisher publisher)
 {
     _testCap01Service = testCap01Service;
     _testCap02Service = testCap02Service;
     _unitOfWork       = unitOfWork;
     _publisher        = publisher;
 }
 public TestController(ITestCap01Service testCap01Service, ITestCap02Service testCap02Service)
 {
     _testCap01Service = testCap01Service;
     _testCap02Service = testCap02Service;
 }