Finalisation de la fonction de filtrage
This commit is contained in:
@@ -2,9 +2,17 @@
|
||||
|
||||
namespace Hermes.Model {
|
||||
public class Preferences {
|
||||
public int Id { get; set; }
|
||||
public string VilleCP { get; set; }
|
||||
public string Ville { get; set; }
|
||||
public string SmsApiKey { get; set; }
|
||||
public int Id {
|
||||
get; set;
|
||||
}
|
||||
public string VilleCP {
|
||||
get; set;
|
||||
}
|
||||
public string Ville {
|
||||
get; set;
|
||||
}
|
||||
public string SmsApiKey {
|
||||
get; set;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user