public int Delete(string id)
 {
     return(dao.Delete(id));
 }
Ejemplo n.º 2
0
 public int Delete(int maHD)
 {
     return(dao.Delete(maHD));
 }