CSP_Web.Controllers.SubscriptionController.SubscriptionController C# (CSharp) Метод

SubscriptionController() публичный Метод

public SubscriptionController ( IResellerService ResellerService, IGraphService GraphService, ICRESTService CrestService ) : System
ResellerService IResellerService
GraphService IGraphService
CrestService ICRESTService
Результат System
        public SubscriptionController(IResellerService ResellerService, IGraphService GraphService, ICRESTService CrestService)
        {
            this.resellerService = ResellerService;
            this.graphService = GraphService;
            this.crestService = CrestService;
        }