mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 08:18:49 -07:00
:mike_wazouski:
This commit is contained in:
parent
7d148ce381
commit
8905d84bc6
@ -33,9 +33,7 @@ public class GameDataService {
|
|||||||
}
|
}
|
||||||
gameData.DatePlayed = DateTime.UtcNow;
|
gameData.DatePlayed = DateTime.UtcNow;
|
||||||
SavePairs(gameData, xmlDocumentData);
|
SavePairs(gameData, xmlDocumentData);
|
||||||
|
|
||||||
ctx.SaveChanges();
|
ctx.SaveChanges();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user