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