예제 #1
0
 public AllUsersInquiryProcessor(IAllUsersQueryProcessor queryProcessor, IAutoMapper autoMapper,
                                 IUserLinkService userLinkService, ICommonLinkService commonLinkService)
 {
     _queryProcessor    = queryProcessor;
     _autoMapper        = autoMapper;
     _userLinkService   = userLinkService;
     _commonLinkService = commonLinkService;
 }
 public AllUsersInquiryProcessor(IAllUsersQueryProcessor queryProcessor, IAutoMapper autoMapper,
     IUserLinkService userLinkService, ICommonLinkService commonLinkService)
 {
     _queryProcessor = queryProcessor;
     _autoMapper = autoMapper;
     _userLinkService = userLinkService;
     _commonLinkService = commonLinkService;
 }