コード例 #1
0
 //Update
 public void UpdateProducer(ProducerModel Producer)
 {
     _ProducerContext.Entry(Producer).State = EntityState.Modified;
 }