public ContentController(IContentManagerService cms, IMetasManagerService mms, IFilesManagerService fms, IHostingEnvironment hostingEnvironment) { this.cms = cms; this.mms = mms; this.fms = fms; this.hostingEnvironment = hostingEnvironment; }
public DefaultController(IContentManagerService cms, IOptionsCache optionsCache, IMetasManagerService mms, ICache cache) { this.cms = cms; this.optionsCache = optionsCache; this.mms = mms; this.cache = cache; }
public MetasController(IMetasManagerService mms) { this.mms = mms; }