Example #1
0
        public Tiers GetAllTiersForSpecificLoyalty(string loyaltyId)
        {
            var allTiers = _loyaltyManager.GetAllTiers(loyaltyId);

            return(allTiers);
        }