Пример #1
0
 public HomeController(IResellerService ResellerService, IGraphService GraphService, ICRESTService CrestService)
 {
     this.resellerService = ResellerService;
     this.graphService    = GraphService;
     this.crestService    = CrestService;
 }
Пример #2
0
 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;
 }