public CMSFilesReadOnlyController(CMSService cmsService, IHostingEnvironment env) { this._cmsService = cmsService; this.webPath = env.WebRootPath; }
public SiteService(Data.CMSContext context, Services.CMSService cmsService) { _context = context; _cmsService = cmsService; }
public CMSCrossLinksController(CMS.Services.CMSService cmsService) { _cmsService = cmsService; }
public CMSKindsController(CMS.Services.CMSService cmsService) { _cmsService = cmsService; }
public CMSContentsController(CMS.Services.CMSService cmsService) { _cmsService = cmsService; }