@model QRRapidoApp.Models.ViewModels.SelecaoPlanoViewModel @{ ViewData["Title"] = "Escolha seu Plano Premium"; Layout = "~/Views/Shared/_Layout.cshtml"; var monthlyPlan = Model.Plans.FirstOrDefault(p => p.Interval == "month"); var yearlyPlan = Model.Plans.FirstOrDefault(p => p.Interval == "year"); var monthlyPrice = monthlyPlan?.PricesByCountry.GetValueOrDefault(Model.CountryCode)?.Amount ?? 0; var yearlyPrice = yearlyPlan?.PricesByCountry.GetValueOrDefault(Model.CountryCode)?.Amount ?? 0; var yearlySavings = (monthlyPrice * 12) - yearlyPrice; }
Acesso sem limites, sem anúncios e com recursos exclusivos para máxima produtividade.
Ideal para começar a explorar os recursos premium.
Recomendado
O melhor custo-benefício para usuários frequentes.