public bool ThemCTPhieuNhap(Ct_PhieuNhap ctpn) { try { _repository.themCTPN(ctpn); } catch { return(false); } return(true); }
public void suaCTPN(Ct_PhieuNhap ctPN) { throw new NotImplementedException(); //Chưa nghĩ ra }
public void themCTPN(Ct_PhieuNhap ctPN) { entities.Ct_PhieuNhap.Add(ctPN); entities.SaveChanges(); }