Exemplo n.º 1
0
 public MemoryBlockData(MemoryBlockService blockService, BlockId blockId, int blockType)
     : base(blockId, blockType)
 {
     this.blockService = blockService;
 }
Exemplo n.º 2
0
 public MemoryBlockData(MemoryBlockService blockService, BlockId blockId, int blockType)
     : base(blockId, blockType)
 {
     this.blockService = blockService;
 }