mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Code reformat.
This commit is contained in:
@@ -53,9 +53,9 @@ namespace DiscImageChef.Server.Models
|
||||
public int Id { get; set; }
|
||||
|
||||
[DisplayName("Manufacturer ID"), DisplayFormat(DataFormatString = "0x{0:X4}")]
|
||||
public ushort VendorId { get; set; }
|
||||
public ushort VendorId { get; set; }
|
||||
[DisplayName("Manufacturer")]
|
||||
public string Vendor { get; set; }
|
||||
public string Vendor { get; set; }
|
||||
public DateTime AddedWhen { get; set; }
|
||||
public DateTime ModifiedWhen { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user