Constants
// RB2 Core Connect
namespace CoreConnect.Payments.Helpers;public static class Constants{ public static class CacheKeys { public static string PaymentMethods(string locale) => $"PAYMENT_METHODS_{locale}"; }}
// RB2 Core Connect
namespace CoreConnect.Payments.Helpers;public static class Constants{ public static class CacheKeys { public static string PaymentMethods(string locale) => $"PAYMENT_METHODS_{locale}"; }}