示例#1
0
 public YachtLocationController(IPortalLocationService portalLocationService,
                                IPortLocationService portLocationService, ICommonValueService commonValueService)
 {
     _portalLocationService = portalLocationService;
     _portLocationService   = portLocationService;
     _commonValueService    = commonValueService;
 }
示例#2
0
 public YachtSearchController(IYatchService yatchService,
                              ICommonValueService commonValueService,
                              IFileStreamService fileStreamService,
                              IWebHelper webHelper,
                              ILanguageService languageService
                              )
 {
     _yatchService       = yatchService;
     _commonValueService = commonValueService;
     _fileStreamService  = fileStreamService;
     _webHelper          = webHelper;
     _languageService    = languageService;
 }
 public CommonValueController(ICommonValueService commonValueService)
 {
     _commonValueService = commonValueService;
 }
示例#4
0
 public PostCategoryService(ICommonValueService commonValueService) : base()
 {
     _commonValueService = commonValueService;
 }