public LandAgentBillEntity Update(LandAgentBillEntity entity) { try { _landagentbillRepository.Update(entity); return(entity); } catch (Exception e) { _log.Error(e, "数据库操作出错"); return(null); } }
public ClassifyEntity Update(ClassifyEntity entity) { try { _classifyRepository.Update(entity); return(entity); } catch (Exception e) { _log.Error(e, "数据库操作出错"); return(null); } }
public ProductBrandEntity Update(ProductBrandEntity entity) { try { _productbrandRepository.Update(entity); return(entity); } catch (Exception e) { _log.Error(e, "数据库操作出错"); return(null); } }
public CFBBillEntity Update(CFBBillEntity entity) { try { _cfbbillRepository.Update(entity); return(entity); } catch (Exception e) { _log.Error(e, "数据库操作出错"); return(null); } }
public ParameterValueEntity Update(ParameterValueEntity entity) { try { _parametervalueRepository.Update(entity); return entity; } catch (Exception e) { _log.Error(e, "数据库操作出错"); return null; } }
public OrderEntity Update(OrderEntity entity) { try { _orderRepository.Update(entity); return(entity); } catch (Exception e) { _log.Error(e, "数据库操作出错"); return(null); } }
public ProductParameterEntity Update(ProductParameterEntity entity) { try { _productparameterRepository.Update(entity); return(entity); } catch (Exception e) { _log.Error(e, "数据库操作出错"); return(null); } }
public BrandParameterEntity Update(BrandParameterEntity entity) { try { _brandparameterRepository.Update(entity); return(entity); } catch (Exception e) { _log.Error(e, "数据库操作出错"); return(null); } }