Guest User

Untitled

a guest
Feb 16th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public static class Features
  2. {
  3. public static readonly string CanLoginWithoutCredentials = "can-login-without-credentials";
  4. public static readonly string CanWithdrawFunds="can-withdraw-funds";
  5. public static readonly string CanSeeSpendingAnalysis = "can-see-spending-analysis";
  6. }
Add Comment
Please, Sign In to add comment