CSP_Web.Controllers.SubscriptionController.SubscriptionController C# (CSharp) Method

SubscriptionController() public method

public SubscriptionController ( IResellerService ResellerService, IGraphService GraphService, ICRESTService CrestService ) : System
ResellerService IResellerService
GraphService IGraphService
CrestService ICRESTService
return System
        public SubscriptionController(IResellerService ResellerService, IGraphService GraphService, ICRESTService CrestService)
        {
            this.resellerService = ResellerService;
            this.graphService = GraphService;
            this.crestService = CrestService;
        }