Skip to content

Instantly share code, notes, and snippets.

@claudiosanchez
Last active February 14, 2019 13:39
Show Gist options
  • Save claudiosanchez/cb92791aeb145a0474c94ac7fa032304 to your computer and use it in GitHub Desktop.
Save claudiosanchez/cb92791aeb145a0474c94ac7fa032304 to your computer and use it in GitHub Desktop.
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