Correction de nommage de données de paramétrage + correction de la fonction d'import

This commit is contained in:
2020-12-28 18:56:26 +01:00
parent f4aac126eb
commit 794ad8342d
19 changed files with 45 additions and 430 deletions

View File

@ -14,10 +14,10 @@ namespace Hermes.Model {
public string ovhSmsServiceName {
get; set;
}
public string ovhSmsApplicationName {
public string ovhSmsApplicationKey {
get; set;
}
public string ovhSmsApplicationKey {
public string ovhSmsApplicationSecret {
get; set;
}
public string ovhSmsConsumerKey {