public bool Update(DTO_HoaDon pHoaDon) { return(dal_hoaDon.Update(pHoaDon)); }
public string Update(DTO_HoaDon obj) { return(dal.Update(obj)); }