C# Class CSP_Web.Controllers.CustomerController

Inheritance: Controller
Afficher le fichier Open project: Microsoft/CSP-Explorer

Méthodes publiques

Méthode Description
CustomerController ( IResellerService ResellerService, IGraphService GraphService, ICRESTService CrestService ) : System
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
GetCustomers ( int jtStartIndex, int jtPageSize, string jtSorting = null ) : System.Web.Mvc.JsonResult
GetSubscriptions ( string CustomerAADId, int jtStartIndex, int jtPageSize, string jtSorting = null ) : System.Web.Mvc.JsonResult

Method Details

CustomerController() public méthode

public CustomerController ( IResellerService ResellerService, IGraphService GraphService, ICRESTService CrestService ) : System
ResellerService IResellerService
GraphService IGraphService
CrestService ICRESTService
Résultat System

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult