/// <summary> /// Initializes a new instance of the <see cref="SPProductGroupController"/> class. /// </summary> /// <param name="productGroupService">The product group service.</param> public SPProductGroupController( ILoggerExtension logger, ISPProductGroupService productGroupService ) { this.logger = logger; this.productGroupService = productGroupService; }
public SPServiceProviderController( ISPProductGroupService productGroupService) { this.productGroupService = productGroupService; }