Example #1
0
 public MemoryBlockData(MemoryBlockService blockService, BlockId blockId, int blockType)
     : base(blockId, blockType)
 {
     this.blockService = blockService;
 }
 public MemoryBlockData(MemoryBlockService blockService, BlockId blockId, int blockType)
     : base(blockId, blockType)
 {
     this.blockService = blockService;
 }