コード例 #1
0
 public HardDriveDiskRepository(PCIMContext pcimContext) : base(pcimContext)
 {
 }
コード例 #2
0
 public GenericRepository(PCIMContext pcimContext)
 {
     this.pcimContext = pcimContext;
 }
コード例 #3
0
 public ComputerRepository(PCIMContext pcimContext) : base(pcimContext)
 {
 }
コード例 #4
0
 public ProcessorRepository(PCIMContext pcimContext) : base(pcimContext)
 {
 }
コード例 #5
0
 public SolidStateDriveRepository(PCIMContext pcimContext) : base(pcimContext)
 {
 }
コード例 #6
0
 public MemoryRepository(PCIMContext pcimContext) : base(pcimContext)
 {
 }