Executed code-cleanup on solution
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Thermo.Active.Model.ConfigModels
|
||||
public class MaintenanceConfigModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public Dictionary<string, string> LocalizedName { get; set; }
|
||||
public Dictionary<string, string> LocalizedName { get; set; }
|
||||
public TimeSpan Intervall { get; set; }
|
||||
public DateTime Deadline { get; set; }
|
||||
public string Type { get; set; }
|
||||
@@ -20,7 +20,7 @@ namespace Thermo.Active.Model.ConfigModels
|
||||
{
|
||||
public Boolean Visible { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Company { get; set; }
|
||||
public string Company { get; set; }
|
||||
public string Email { get; set; }
|
||||
public string PhoneNumber { get; set; }
|
||||
public string WebSite { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user