Last active
February 14, 2019 13:39
-
-
Save claudiosanchez/cb92791aeb145a0474c94ac7fa032304 to your computer and use it in GitHub Desktop.
This file contains 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
public static class Features | |
{ | |
public static readonly string CanLoginWithoutCredentials = "can-login-without-credentials"; | |
public static readonly string CanWithdrawFunds="can-withdraw-funds"; | |
public static readonly string CanSeeSpendingAnalysis = "can-see-spending-analysis"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment