Réécriture de l'envoi de SMS (OVH) + Ajout d'une fonction d'import depuis des fichiers Excel + Ajout d'une donnée pour le numéro d'appartement.
This commit is contained in:
22
OVHResponseBody.cs
Normal file
22
OVHResponseBody.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Hermes {
|
||||
class OVHResponseBody {
|
||||
public int totalCreditsRemoved {
|
||||
get; set;
|
||||
}
|
||||
public string[] invalidReceivers {
|
||||
get; set;
|
||||
}
|
||||
public string[] validReceivers {
|
||||
get; set;
|
||||
}
|
||||
public int[] ids {
|
||||
get; set;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user