Exemplo n.º 1
0
 public bool DeleteHH(HangHoa hh)
 {
     return(dal.Delete(hh));
 }