public TestController(ITestDomainService testDomainService)
 {
     this.TestDomainService = testDomainService;
 }
Esempio n. 2
0
 public TestAppService(ITestDomainService domainService, IMapper objectMapper, ILogger <TestAppService> logger, IExceptionManager exceptionManager, IUnitOfWorkScopeFactory unitOfWorkScopeFactory)
     : base(domainService, objectMapper, logger, exceptionManager, unitOfWorkScopeFactory)
 {
 }