예제 #1
0
 public HardDriveDiskRepository(PCIMContext pcimContext) : base(pcimContext)
 {
 }
 public GenericRepository(PCIMContext pcimContext)
 {
     this.pcimContext = pcimContext;
 }
예제 #3
0
 public ComputerRepository(PCIMContext pcimContext) : base(pcimContext)
 {
 }
 public ProcessorRepository(PCIMContext pcimContext) : base(pcimContext)
 {
 }
예제 #5
0
 public SolidStateDriveRepository(PCIMContext pcimContext) : base(pcimContext)
 {
 }
 public MemoryRepository(PCIMContext pcimContext) : base(pcimContext)
 {
 }