Compare commits

..

No commits in common. "789a4ab82550cc984eb5e6f3b0f5e1d52d25cb6b" and "a23dfbf22f8884773b63cafa80874ac581908c61" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ namespace BLL
select x; select x;
foreach(var w in pw) foreach(var w in pw)
{ {
w.ExchangeTime = DateTime.Now; w.ExchangeTime = null;
} }
db.SubmitChanges(); db.SubmitChanges();