enable users to have their own config file.
This commit is contained in:
11
Models/User/UserConfigData.cs
Normal file
11
Models/User/UserConfigData.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace CarCareTracker.Models
|
||||
{
|
||||
public class UserConfigData
|
||||
{
|
||||
/// <summary>
|
||||
/// User ID
|
||||
/// </summary>
|
||||
public int Id { get; set; }
|
||||
public UserConfig UserConfig { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user