Ejemplo n.º 1
0
 public LandAgentBillEntity Update(LandAgentBillEntity entity)
 {
     try
     {
         _landagentbillRepository.Update(entity);
         return(entity);
     }
     catch (Exception e)
     {
         _log.Error(e, "数据库操作出错");
         return(null);
     }
 }
Ejemplo n.º 2
0
 public ClassifyEntity Update(ClassifyEntity entity)
 {
     try
     {
         _classifyRepository.Update(entity);
         return(entity);
     }
     catch (Exception e)
     {
         _log.Error(e, "数据库操作出错");
         return(null);
     }
 }
Ejemplo n.º 3
0
 public ProductBrandEntity Update(ProductBrandEntity entity)
 {
     try
     {
         _productbrandRepository.Update(entity);
         return(entity);
     }
     catch (Exception e)
     {
         _log.Error(e, "数据库操作出错");
         return(null);
     }
 }
Ejemplo n.º 4
0
 public CFBBillEntity Update(CFBBillEntity entity)
 {
     try
     {
         _cfbbillRepository.Update(entity);
         return(entity);
     }
     catch (Exception e)
     {
         _log.Error(e, "数据库操作出错");
         return(null);
     }
 }
Ejemplo n.º 5
0
 public ParameterValueEntity Update(ParameterValueEntity entity)
 {
     try
     {
         _parametervalueRepository.Update(entity);
         return entity;
     }
     catch (Exception e)
     {
         _log.Error(e, "数据库操作出错");
         return null;
     }
 }
Ejemplo n.º 6
0
 public OrderEntity Update(OrderEntity entity)
 {
     try
     {
         _orderRepository.Update(entity);
         return(entity);
     }
     catch (Exception e)
     {
         _log.Error(e, "数据库操作出错");
         return(null);
     }
 }
Ejemplo n.º 7
0
 public ProductParameterEntity Update(ProductParameterEntity entity)
 {
     try
     {
         _productparameterRepository.Update(entity);
         return(entity);
     }
     catch (Exception e)
     {
         _log.Error(e, "数据库操作出错");
         return(null);
     }
 }
Ejemplo n.º 8
0
 public BrandParameterEntity Update(BrandParameterEntity entity)
 {
     try
     {
         _brandparameterRepository.Update(entity);
         return(entity);
     }
     catch (Exception e)
     {
         _log.Error(e, "数据库操作出错");
         return(null);
     }
 }