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