public AddressPartDriver(IAddressDirectoryService directoryService, IWorkContextAccessor workContextAccessor, IOrigamiService origami) { _workContextAccessor = workContextAccessor; _directoryService = directoryService; _origami = origami; T = NullLocalizer.Instance; }
public AddressDirectoryCommands( IContentManager contentManager, IMembershipService membershipService, IAddressDirectoryService blogService, IMenuService menuService) { _contentManager = contentManager; _membershipService = membershipService; _directoryService = blogService; _menuService = menuService; }
public DirectoryController( IOrchardServices services, IAddressDirectoryService addressDirectoryService, ISiteService siteService, IShapeFactory shapeFactory) { Services = services; _addressDirectoryService = addressDirectoryService; _siteService = siteService; T = NullLocalizer.Instance; Logger = NullLogger.Instance; Shape = shapeFactory; }
public AddressSocketDriver(IAddressDirectoryService directoryService) { _directoryService = directoryService; T = NullLocalizer.Instance; }