示例#1
0
 public IssueController(
     IIssueDetailsService issueDetailsService,
     IMemoryCache cache,
     ICacheKeyHolderService <int> cacheKeyHolder)
 {
     this.issueDetailsService = issueDetailsService;
     this.cache          = cache;
     this.cacheKeyHolder = cacheKeyHolder;
 }
 public Sample_GiftController(ISubsidiaryInfoService _ISubsidiaryInfoService, IItemInfoAppService _IItemInfoAppService, INewChartAppService _INewChartAppService, ILocationAppService _ILocationAppService, IIssueDetailsService _IssueDetailsAppService, IIssueMainService _IIssueMainService, IBranchAppService _BranchService, IFYDDAppService _FYDDService)
 {
     this._ISubsidiaryInfoService = _ISubsidiaryInfoService;
     this._INewChartAppService    = _INewChartAppService;
     this._ILocationAppService    = _ILocationAppService;
     this._FYDDService            = _FYDDService;
     this._IIssueMainService      = _IIssueMainService;
     this._IssueDetailsAppService = _IssueDetailsAppService;
     this._IItemInfoAppService    = _IItemInfoAppService;
 }