예제 #1
0
 public bool DeleteHH(HangHoa hh)
 {
     return(dal.Delete(hh));
 }