Code reformat.

This commit is contained in:
2019-11-25 00:54:39 +00:00
parent 9e90847e3a
commit 9b916b64df
15 changed files with 21 additions and 26 deletions

View File

@@ -61,11 +61,11 @@ namespace DiscImageChef.Server.Models
AddedWhen = ModifiedWhen = DateTime.UtcNow;
}
public int Id { get; set; }
public int Id { get; set; }
[DisplayName("Added date")]
public DateTime AddedWhen { get; set; }
public DateTime AddedWhen { get; set; }
[DisplayName("Modification date")]
public DateTime ModifiedWhen { get; set; }
public virtual ICollection<Device> Devices { get; set; }
public DateTime ModifiedWhen { get; set; }
public virtual ICollection<Device> Devices { get; set; }
}
}