//Update public void Update(ReasonInbound reasonInbound) { db.Entry(reasonInbound).State = EntityState.Modified; Save(); }
//Insert public void Insert(ReasonInbound reasonInbound) { db.ReasonInbounds.Add(reasonInbound); Save(); }