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