CSP_CREST.Services.CRESTService.GetEntitlements C# (CSharp) 메소드

GetEntitlements() 공개 메소드

public GetEntitlements ( string CustomerId ) : List
CustomerId string
리턴 List
        public List<Entitlement> GetEntitlements(string CustomerId)
        {
            Token cus_token = AcquireTokenForCustomer(CustomerId);

            return GetEntitlements(CustomerId, cus_token);
        }

Same methods

CRESTService::GetEntitlements ( string CustomerId, Token cus_token ) : List