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