public bool Delete(string pMaHoaDon) { return(dal_hoaDon.Delete(pMaHoaDon)); }
public string Delete(DTO_HoaDon obj) { return(dal.Delete(obj)); }