示例#1
0
 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;
 }
示例#3
0
 public AddressDirectoryCommands(
     IContentManager contentManager,
     IMembershipService membershipService,
     IAddressDirectoryService blogService,
     IMenuService menuService)
 {
     _contentManager    = contentManager;
     _membershipService = membershipService;
     _directoryService  = blogService;
     _menuService       = menuService;
 }
示例#4
0
 public DirectoryController(
     IOrchardServices services,
     IAddressDirectoryService addressDirectoryService,
     ISiteService siteService,
     IShapeFactory shapeFactory)
 {
     Services = services;
     _addressDirectoryService = addressDirectoryService;
     _siteService = siteService;
     T = NullLocalizer.Instance;
     Logger = NullLogger.Instance;
     Shape = shapeFactory;
 }
示例#5
0
 public DirectoryController(
     IOrchardServices services,
     IAddressDirectoryService addressDirectoryService,
     ISiteService siteService,
     IShapeFactory shapeFactory)
 {
     Services = services;
     _addressDirectoryService = addressDirectoryService;
     _siteService             = siteService;
     T      = NullLocalizer.Instance;
     Logger = NullLogger.Instance;
     Shape  = shapeFactory;
 }
示例#6
0
 public AddressSocketDriver(IAddressDirectoryService directoryService)
 {
     _directoryService = directoryService;
     T = NullLocalizer.Instance;
 }