C# 클래스 CSP_Web.Controllers.CustomerController

상속: Controller
파일 보기 프로젝트 열기: Microsoft/CSP-Explorer

공개 메소드들

메소드 설명
CustomerController ( IResellerService ResellerService, IGraphService GraphService, ICRESTService CrestService ) : System
Index ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
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

메소드 상세

CustomerController() 공개 메소드

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

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult