Add dumps.

This commit is contained in:
2020-06-11 04:59:12 +01:00
parent 283f4f011b
commit b064b2c701
10 changed files with 5724 additions and 4 deletions

View File

@@ -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; }
}
}