You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
273 B

1 year ago
  1. namespace Common.Helper.ConstantValues
  2. {
  3. public static class ModuleName
  4. {
  5. public const string kyc = "KYC";
  6. public const string telecom = "TELICON";
  7. public const string reward = "REWARD";
  8. public const string flag = "CFLAG";
  9. }
  10. }