Restructuration
This commit is contained in:
10
Model/Preferences.cs
Normal file
10
Model/Preferences.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user