mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Use license table in machine photos.
This commit is contained in:
@@ -40,8 +40,7 @@ namespace Cicm.Database.Models
|
||||
[DisplayName("ISO speed rating")]
|
||||
public int? IsoRating { get; set; }
|
||||
[DisplayName("Lens used")]
|
||||
public string Lens { get; set; }
|
||||
public string License { get; set; }
|
||||
public string Lens { get; set; }
|
||||
[DisplayName("Light source")]
|
||||
public string LightSource { get; set; }
|
||||
[DisplayName("Metering mode")]
|
||||
@@ -70,5 +69,7 @@ namespace Cicm.Database.Models
|
||||
|
||||
public virtual ApplicationUser User { get; set; }
|
||||
public virtual Machine Machine { get; set; }
|
||||
[Required]
|
||||
public virtual License License { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user