示例#1
0
 public void Update(VLCPaymentDetail vlcPaymentDetail)
 {
     if (vlcPaymentDetail != null)
     {
         _repository.Entry <Sql.VLCPaymentDetail>(vlcPaymentDetail).State = System.Data.Entity.EntityState.Modified;
     }
 }
示例#2
0
 public void Update(Site site)
 {
     if (site != null)
     {
         _repository.Entry <Sql.Site>(site).State = System.Data.Entity.EntityState.Modified;
     }
 }
示例#3
0
 public void Update(DCOrder dCOrder)
 {
     if (dCOrder != null)
     {
         _repository.Entry <Sql.DCOrder>(dCOrder).State = System.Data.Entity.EntityState.Modified;
     }
 }
示例#4
0
 public void Update(MilkRate milkRate)
 {
     if (milkRate != null)
     {
         _repository.Entry <Sql.MilkRate>(milkRate).State = System.Data.Entity.EntityState.Modified;
     }
 }
 public void Update(NatrajConfiguration natrajConfiguration)
 {
     if (natrajConfiguration != null)
     {
         _repository.Entry <Sql.NatrajConfiguration>(natrajConfiguration).State = System.Data.Entity.EntityState.Modified;
     }
 }
示例#6
0
 public void Update(Message message)
 {
     if (message != null)
     {
         _repository.Entry <Sql.Message>(message).State = System.Data.Entity.EntityState.Modified;
     }
 }
示例#7
0
 public void Update(VLCExpenseDetail vlcExpense)
 {
     if (vlcExpense != null)
     {
         _repository.Entry <Sql.VLCExpenseDetail>(vlcExpense).State = System.Data.Entity.EntityState.Modified;
     }
 }
示例#8
0
 public void Update(NatrajSMSLog natrajSMSLog)
 {
     if (natrajSMSLog != null)
     {
         _repository.Entry <Sql.NatrajSMSLog>(natrajSMSLog).State = System.Data.Entity.EntityState.Modified;
     }
 }
 public void Update(DistributionCenter distributionCenter)
 {
     if (distributionCenter != null)
     {
         _repository.Entry <Sql.DistributionCenter>(distributionCenter).State = System.Data.Entity.EntityState.Modified;
     }
 }
示例#10
0
 public void Update(DCAddress dCAddress)
 {
     if (dCAddress != null)
     {
         _repository.Entry <Sql.DCAddress>(dCAddress).State = System.Data.Entity.EntityState.Modified;
     }
 }
示例#11
0
 public void Update(ProductOrderDetail productOrderDetail)
 {
     if (productOrderDetail != null)
     {
         _repository.Entry <Sql.ProductOrderDetail>(productOrderDetail).State = System.Data.Entity.EntityState.Modified;
         //     _repository.SaveChanges();
     }
 }
示例#12
0
 public void Update(ProductSiteMapping productSiteMapping)
 {
     if (productSiteMapping != null)
     {
         _repository.Entry <Sql.ProductSiteMapping>(productSiteMapping).State = System.Data.Entity.EntityState.Modified;
         //     _repository.SaveChanges();
     }
 }
 public void Update(CustomerPaymentTransaction customerPaymentTransaction)
 {
     if (customerPaymentTransaction != null)
     {
         _repository.Entry <Sql.CustomerPaymentTransaction>(customerPaymentTransaction).State = System.Data.Entity.EntityState.Modified;
         //    _repository.SaveChanges();
     }
 }
 public void Update(DockMilkCollectionDtl dockMilkCollectionDtl)
 {
     if (dockMilkCollectionDtl != null)
     {
         _repository.Entry <Sql.DockMilkCollectionDtl>(dockMilkCollectionDtl).State = System.Data.Entity.EntityState.Modified;
         //  _repository.SaveChanges();
     }
 }
示例#15
0
 public void Update(CustomerAgriculture customerAgriculture)
 {
     if (customerAgriculture != null)
     {
         _repository.Entry <Sql.CustomerAgriculture>(customerAgriculture).State = System.Data.Entity.EntityState.Modified;
         //  _repository.SaveChanges();
     }
 }
 public void Update(SiteConfiguration siteConfiguration)
 {
     if (siteConfiguration != null)
     {
         _repository.Entry <Sql.SiteConfiguration>(siteConfiguration).State = System.Data.Entity.EntityState.Modified;
         //   _repository.SaveChanges();
     }
 }
示例#17
0
 public void Update(User user)
 {
     if (user != null)
     {
         _repository.Entry <Sql.User>(user).State = System.Data.Entity.EntityState.Modified;
         //  _repository.SaveChanges();
     }
 }
示例#18
0
 public void Update(VLCWallet vLCWallet)
 {
     if (vLCWallet != null)
     {
         _repository.Entry <Sql.VLCWallet>(vLCWallet).State = System.Data.Entity.EntityState.Modified;
         //  _repository.SaveChanges();
     }
 }
示例#19
0
 public void Update(CustomerBank customerBank)
 {
     if (customerBank != null)
     {
         _repository.Entry <Sql.CustomerBank>(customerBank).State = System.Data.Entity.EntityState.Modified;
         //  _repository.SaveChanges();
     }
 }
        public void Update(Module module)
        {
            if (module != null)
            {
                _repository.Entry <Sql.Module>(module).State = System.Data.Entity.EntityState.Modified;
//_repository.SaveChanges();
            }
        }
示例#21
0
 public void Update(ItemCategory item)
 {
     if (item != null)
     {
         _repository.Entry <Sql.ItemCategory>(item).State = System.Data.Entity.EntityState.Modified;
         //   _repository.SaveChanges();
     }
 }
 public void Update(ProductSale sale)
 {
     if (sale != null)
     {
         _repository.Entry <Sql.ProductSale>(sale).State = System.Data.Entity.EntityState.Modified;
         //    _repository.SaveChanges();
     }
 }
示例#23
0
 public void Update(VLC vlc)
 {
     if (vlc != null)
     {
         _repository.Entry <Sql.VLC>(vlc).State = System.Data.Entity.EntityState.Modified;
         //  _repository.SaveChanges();
     }
 }
示例#24
0
 public void Update(Employee employee)
 {
     if (employee != null)
     {
         _repository.Entry <Sql.Employee>(employee).State = System.Data.Entity.EntityState.Modified;
         //   _repository.SaveChanges();
     }
 }
 public void Update(VLCMilkCollection vlcMilkCollection)
 {
     if (vlcMilkCollection != null)
     {
         _repository.Entry <Sql.VLCMilkCollection>(vlcMilkCollection).State = System.Data.Entity.EntityState.Modified;
         //  _repository.SaveChanges();
     }
 }