SMSMethod.cs 105 B

123456789
  1. namespace NeomtechERP.Auth.Core.Global
  2. {
  3. public enum SMSMethod
  4. {
  5. SendOTP = 1
  6. }
  7. }