Ejemplo n.º 1
0
 public ICoreObject[] FindBlockByRID(ICoreObject parent, uint rid)
 {
     return(BlockService.FindBlockByRID(parent, rid));
 }