Exemplo n.º 1
0
 public ICoreObject[] FindBlockByAddress(ICoreObject parent, BlockType type, int number)
 {
     return(BlockService.FindBlockByAddress(parent, type, number));
 }