Exemplo n.º 1
0
 public HardDriveDiskRepository(PCIMContext pcimContext) : base(pcimContext)
 {
 }
 public GenericRepository(PCIMContext pcimContext)
 {
     this.pcimContext = pcimContext;
 }
Exemplo n.º 3
0
 public ComputerRepository(PCIMContext pcimContext) : base(pcimContext)
 {
 }
 public ProcessorRepository(PCIMContext pcimContext) : base(pcimContext)
 {
 }
Exemplo n.º 5
0
 public SolidStateDriveRepository(PCIMContext pcimContext) : base(pcimContext)
 {
 }
 public MemoryRepository(PCIMContext pcimContext) : base(pcimContext)
 {
 }