Example #1
0
		public UserMessageMailer(BrandableStringsManager brandableStringsManager) {
			this.brandableStringsManager = brandableStringsManager;
		}
Example #2
0
 public HomeController(OtherService otherService, BrandableStringsManager brandableStringsManager)
 {
     this.otherService = otherService;
     this.brandableStringsManager = brandableStringsManager;
 }
Example #3
0
		public ServiceModel(ISessionFactory sessionFactory, IUserPermissionContext permissionContext, IEntryLinkFactory entryLinkFactory, BrandableStringsManager brandableStringsManager) {
			this.sessionFactory = sessionFactory;
			this.permissionContext = permissionContext;
			this.entryLinkFactory = entryLinkFactory;
			this.brandableStringsManager = brandableStringsManager;
		}