mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
with corresponding GPUs, memory, processors, sound synths and storage related tables.
8 lines
223 B
C#
8 lines
223 B
C#
namespace Cicm.Database.Models
|
|
{
|
|
public class OwnedMachinePhoto : BasePhoto
|
|
{
|
|
public virtual OwnedMachine OwnedMachine { get; set; }
|
|
public long OwnedMachineId { get; set; }
|
|
}
|
|
} |