Last active
October 28, 2025 05:25
-
-
Save donma/6c57676abca9f1e1e6e481664bb17eda to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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