Please enable JavaScript in your browser!
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
zinab
/
MTWorkHR
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
2946ef22a8
Branches
Tags
Chat
Company
Dev
HRpage
Identity
Payment
Reporting
TimeZone
master
MTWorkHR
/
MTWorkHR.Core
/
Global
/
Enum
/
SMSMethod.cs
SMSMethod.cs
105 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
9
namespace NeomtechERP.Auth.Core.Global
{
public enum SMSMethod
{
SendOTP = 1
}
}