mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add dumps.
This commit is contained in:
@@ -33,5 +33,6 @@ namespace Marechai.Database.Models
|
||||
public virtual ICollection<MachinePhoto> Photos { get; set; }
|
||||
public virtual ICollection<OwnedMachinePhoto> OwnedMachinePhotos { get; set; }
|
||||
public virtual ICollection<OwnedMachine> OwnedMachines { get; set; }
|
||||
public virtual ICollection<Dump> Dumps { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user