Exemplo n.º 1
0
 protected void Grid1_Delete(object sender, List <int> ids)
 {
     Dept.DeleteRecursive(ids[0]);
 }