C# Class CSP_Web.Controllers.CustomerController

Inheritance: Controller
Show file Open project: Microsoft/CSP-Explorer

Public Methods

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

Private Methods

Method 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 method

public CustomerController ( IResellerService ResellerService, IGraphService GraphService, ICRESTService CrestService ) : System
ResellerService IResellerService
GraphService IGraphService
CrestService ICRESTService
return System

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult