Method | Description | |
---|---|---|
CustomerController ( IResellerService ResellerService, IGraphService GraphService, ICRESTService CrestService ) : System | ||
Index ( ) : System.Web.Mvc.ActionResult |
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 |
public CustomerController ( IResellerService ResellerService, IGraphService GraphService, ICRESTService CrestService ) : System | ||
ResellerService | IResellerService | |
GraphService | IGraphService | |
CrestService | ICRESTService | |
return | System |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |