Skip to content

Instantly share code, notes, and snippets.

@donma
Last active October 28, 2025 05:25
Show Gist options
  • Select an option

  • Save donma/6c57676abca9f1e1e6e481664bb17eda to your computer and use it in GitHub Desktop.

Select an option

Save donma/6c57676abca9f1e1e6e481664bb17eda to your computer and use it in GitHub Desktop.
var userType = "PREMIUM";
var result1 = userType switch
{
"PLUS" =>"CALL_PLUS",
"PREIUM" => "Call_Preium",
"Ultimate" => "Call_UTIMATE",
_ => "CALL_DEFAULT",
} ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment