コード例 #1
0
 public AllocationAppServiceTransactionDecorator(IAllocationAppService allocationAppService,
                                                 IUnityOfWork unityOfWork)
 {
     this.allocationAppService = allocationAppService;
     this.unityOfWork          = unityOfWork;
 }
コード例 #2
0
 public AllocationController(IAllocationAppService allocationAppService,
                             IMapper mapper)
 {
     this.allocationAppService = allocationAppService;
     this.mapper = mapper;
 }