Exemplo n.º 1
0
 public bool Delete(string ids)
 {
     return(roledal.BatchDelete(ids) > 0);
 }